writinwaters commited on
Commit
3c8f464
·
1 Parent(s): ad3054c

Fixed a format issue (#872)

Browse files

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Documentation Update

Files changed (1) hide show
  1. docs/guides/llm_api_key_setup.md +1 -1
docs/guides/llm_api_key_setup.md CHANGED
@@ -9,7 +9,7 @@ You have two ways to input your LLM API key.
9
 
10
  ## Before Starting The System
11
 
12
- In **user_default_llm** of [service_conf.yaml](./docker/service_conf.yaml), you need to specify LLM factory and your own _API_KEY_.
13
  RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
14
 
15
  > [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),
 
9
 
10
  ## Before Starting The System
11
 
12
+ 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_.
13
  RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
14
 
15
  > [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),