Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

llm_api_key_setup.md 1.0KB

123456789101112131415161718192021222324252627282930
  1. ---
  2. sidebar_position: 4
  3. slug: /llm_api_key_setup
  4. ---
  5. # Set your LLM API key
  6. You have two ways to input your LLM API key.
  7. ## Before Starting The System
  8. In **user_default_llm** of [service_conf.yaml](https://github.com/infiniflow/ragflow/blob/main/docker/service_conf.yaml), you need to specify LLM factory and your own _API_KEY_.
  9. RAGFlow supports the flowing LLMs, with more coming in the pipeline:
  10. - [OpenAI](https://platform.openai.com/login?launch)
  11. - [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),
  12. - [ZHIPU-AI](https://open.bigmodel.cn/),
  13. - [Moonshot](https://platform.moonshot.cn/docs)
  14. - [DeepSeek](https://platform.deepseek.com/api-docs/)
  15. - [Baichuan](https://www.baichuan-ai.com/home)
  16. - [VolcEngine](https://www.volcengine.com/docs/82379)
  17. After sign in these LLM suppliers, create your own API-Key, they all have a certain amount of free quota.
  18. ## After Starting The System
  19. You can also set API-Key in **User Setting** as following:
  20. ![](https://github.com/infiniflow/ragflow/assets/12318111/e4e4066c-e964-45ff-bd56-c3fc7fb18bd3)