Skip to content

Added more providers and provider refactor - #423

Open
zfoong wants to merge 1 commit into
V1.4.2from
improvement/llm-providers-upgrade
Open

Added more providers and provider refactor#423
zfoong wants to merge 1 commit into
V1.4.2from
improvement/llm-providers-upgrade

Conversation

@zfoong

@zfoong zfoong commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

What and why:
Currently, we are providing only a limited number of LLM providers, and with how the interface was designed, it is not easy to add another one. Also, KV caching is breaking due to the trigger modifying the prompt above the event stream block, causing mass cache misses.

Item and features added:

  • Point Moonshot and Minimax provider to international endpoint.
  • Fixed cache misses caused by trigger
  • Added new 12 providers: Groq, Mistral, Together AI, Fireworks, Cerebras, Qwen (Alibaba), Hugging Face, NVIDIA NIMPerplexity, LM Studio (local), vLLM (local), llama.cpp (local).
  • Updated AGENT.md and improved model switching using chat.

Comment thread scripts/prompt_profile.py

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cost can be inferred by token usage.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Session title can change after the session title is decided AFTER the first request, causing cache miss of the first request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant