Skip to content

Commit

Permalink
docs: add supported llm list (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 authored Jan 6, 2025
1 parent 314441d commit c1efd7f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions frontend/app/src/pages/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ export function FAQBox({ title, children }) {
- [Paid] **But** the token of OpenAI is paid, you should have an account of https://platform.openai.com for an API token.
</FAQBox>

<FAQBox title="Can I use a different chat model?">
Currently we use OpenAI as chat model by default, and can't change to another one.
But we plan to add more LLMs support, such as:

- [Claude3](https://claude.ai/)
- [Gemini](https://gemini.google.com/)
- [Ollama](https://ollama.ai/)
<FAQBox title="Which LLMs are supported/tested by this RAG app?">
AutoFlow uses LLM to extract knowledge graph from docs and generate responses to user queries, so the LLM is the core of this RAG app, the Smarter LLM, the better the performance.
Currently the online demo(https://tidb.ai) is using OpenAI as chat model by default, and the following LLMs are supported/tested by this RAG app:

- [gpt-4/gpt-4o/gpt-4o-mini/o1/o1-mini](https://platform.openai.com/docs/models)
- [gemini-1.5-pro/gemini-2.0-flash](https://gemini.google.com/)
- [claude-3.5-sonnet](https://claude.ai/)
- [glm-4-plus](https://bigmodel.cn/)
- ...

</FAQBox>
Expand Down

0 comments on commit c1efd7f

Please sign in to comment.