AI configuration parameters
The following parameters must be set in the openkm.properties file, and once configured, the OpenKM service must be restarted for the changes to take effect.
You should only activate one AI model.
It is possible to integrate with other AI services providers, such as the Azure AI platform or an LLM service deployed on a server (cloud, intranet, etc.).
Property | Type | Description |
---|---|---|
chatgpt.model |
String |
Name of the model gpt-4o-mini |
chatgpt.api.key |
String |
The API key |
mistral.model.vision |
String |
Name of the vision model pixtral-large-latest |
mistral.model |
String |
Name of the model mistral-large-latest |
mistral.api.key |
String |
The API key |
deepseek.model |
String |
Name of the model deepseek-chat |
deepseek.api.key |
String |
The API key |
gemini.model |
String |
Name of the model gemini-1.5-flash |
gemini.api.key |
String |
The API key |