Skip to content

v221

Latest
Compare
Choose a tag to compare
@nalgeon nalgeon released this 31 Jan 20:24
· 4 commits to main since this release

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

⚠️ Breaking changes:

  • Dropped support for the DaVinci model.
  • Dropped support for the Azure API.