Configuring for other AI platforms
Use the ai_api_additional_platforms flag to specify domain names for non-OpenAI platforms (e.g., additional_ai.com).
For AI platforms other than OpenAI and Azure OpenAI, you must specify the platform name using
the ai_api_additional_platforms
flag for security reasons. For example, if you
are using the AI model endpoint https://test.additional_ai.com/chat, you should set the
ai_api_additional_platforms
flag to "additional_ai.com
", which
refers only to the domain part of the URL, not the full endpoint URL. If multiple additional
platforms are being used, you can set the flag like this: "additional_ai.com
,
additional_ai_1.com
".