feat: add Novita AI as optional LLM provider (#910)

* feat: add Novita AI as optional LLM provider

Adds Novita AI (https://novita.ai) as an optional, OpenAI-compatible
LLM provider. 

Changes:
- Added Novita model configuration example in config.example.yaml
- Added NOVITA_API_KEY to .env.example

Usage: Set NOVITA_API_KEY in your environment and use novita-gpt-4
as the model name.

* update correct model info

* Update README.md

---------

Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
Alex
2026-02-27 11:16:31 +08:00
committed by GitHub
parent e9adaab7a6
commit e62b3d4167
4 changed files with 39 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ Learn more and see **real demos** on our official website.
temperature: 0.7 # Sampling temperature
```
4. **Set API keys for your configured model(s)**
Choose one of the following methods: