PokiToki can now use any OpenAI-compatible providers, such as OpenAI, OpenRouter, or Nebius.
To change the provider, set the following configuration properties:
openai.url
- AI API endpoint.openai.api_key
- API key to use the AI.openai.model
- Chat model name.
After upgrading to v221, you can set these options without restarting the bot using the /config
command. For example:
/config openai.url https://api.studio.nebius.ai/v1
/config openai.api_key ***
/config openai.model meta-llama/Meta-Llama-3.1-70B-Instruct
- Dropped support for the DaVinci model.
- Dropped support for the Azure API.