Commit Graph

7 Commits

Author SHA1 Message Date
LIlGG
ad5741879a feat: Make MAX_TOKENS and MAX_RESPONSE_SEGMENTS configurable
Added MAX_TOKENS and MAX_RESPONSE_SEGMENTS to .env.example and documentation. Updated constants to read from environment variables, allowing configuration of token and response segment limits.
2025-09-29 17:19:07 +08:00
LIlGG
c31e366af9 feat: add support for DouBao, Ernie, Kimi, Qwen, ZhiPu LLM providers
Introduces new provider modules for DouBao, Ernie, Kimi, Qwen, and ZhiPu, and registers them in the LLM registry. Updates documentation and .env.example to include configuration instructions for these providers. Refactors OpenAI provider to support OpenAI-compatible endpoints. Adds @ai-sdk/openai-compatible and node-fetch dependencies.
2025-09-29 16:28:56 +08:00
LIlGG
6ca57be607 chore: merge openai and openailike 2025-09-29 11:34:40 +08:00
LIlGG
1d944e54e8 docs: add upage usage instructions document 2025-09-28 18:01:20 +08:00
LIlGG
f2df793afa pref: simplified AI provider's settings 2025-09-28 17:34:47 +08:00
LIlGG
530dfac665 pref: change the database type to SQLite 2025-09-25 15:24:13 +08:00
LIlGG
1f4fb103e9 🎉 first commit 2025-09-24 17:02:44 +08:00