From 5178daeeaf595ca2a5c31723443356e34c65d7f0 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 22 May 2024 13:39:38 +0800 Subject: [PATCH] Fixed a format issue (#872) ### 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 --- docs/guides/llm_api_key_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/llm_api_key_setup.md b/docs/guides/llm_api_key_setup.md index 701550c10..3477964d0 100644 --- a/docs/guides/llm_api_key_setup.md +++ b/docs/guides/llm_api_key_setup.md @@ -9,7 +9,7 @@ You have two ways to input your LLM API key. ## Before Starting The System -In **user_default_llm** of [service_conf.yaml](./docker/service_conf.yaml), you need to specify LLM factory and your own _API_KEY_. +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_. RagFlow supports the flowing LLM factory, and with more coming in the pipeline: > [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),