Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

llm_api_key_setup.md 861B

12345678910111213141516171819
  1. ## Set Before Starting The System
  2. In **user_default_llm** of [service_conf.yaml](./docker/service_conf.yaml), you need to specify LLM factory and your own _API_KEY_.
  3. RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
  4. > [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),
  5. > [ZHIPU-AI](https://open.bigmodel.cn/), [Moonshot](https://platform.moonshot.cn/docs)
  6. After sign in these LLM suppliers, create your own API-Key, they all have a certain amount of free quota.
  7. ## After Starting The System
  8. You can also set API-Key in **User Setting** as following:
  9. <div align="center" style="margin-top:20px;margin-bottom:20px;">
  10. <img src="https://github.com/infiniflow/ragflow/assets/12318111/e4e4066c-e964-45ff-bd56-c3fc7fb18bd3" width="1000"/>
  11. </div>