labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.17k stars 4.6k forks source link

does fastgpt api works with litellm? #2809

Closed NathanaelTamirat closed 2 days ago

NathanaelTamirat commented 2 days ago

在开始我的项目之前,我真的很想知道 litellm 是否适用于 fastgpt API。 因为 fastgpt 后端是 OPENAI 的 gpt4 和 3.5-turbo 对吗?

c121914yu commented 2 days ago

If "litellm" supports the GPT api format, then fastgpt can be used. Not just GPT, it can be any model, as long as they all have the same API format as the GPT API format.