ooo oo
commited on
Commit
·
5038754
1
Parent(s):
ff72ff8
docs: fix a broken url (#234)
Browse files### What problem does this PR solve?
fix a broken url for moonshot
`https://platform.moonshot.cn/docs/docs` to
`https://platform.moonshot.cn/docs`
Issue link:None
### Type of change
- [x] Documentation Update
docs/llm_api_key_setup.md
CHANGED
@@ -5,7 +5,7 @@ In **user_default_llm** of [service_conf.yaml](./docker/service_conf.yaml), you
|
|
5 |
RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
|
6 |
|
7 |
> [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),
|
8 |
-
> [ZHIPU-AI](https://open.bigmodel.cn/), [Moonshot](https://platform.moonshot.cn/docs
|
9 |
|
10 |
After sign in these LLM suppliers, create your own API-Key, they all have a certain amount of free quota.
|
11 |
|
|
|
5 |
RagFlow supports the flowing LLM factory, and with more coming in the pipeline:
|
6 |
|
7 |
> [OpenAI](https://platform.openai.com/login?launch), [Tongyi-Qianwen](https://dashscope.console.aliyun.com/model),
|
8 |
+
> [ZHIPU-AI](https://open.bigmodel.cn/), [Moonshot](https://platform.moonshot.cn/docs)
|
9 |
|
10 |
After sign in these LLM suppliers, create your own API-Key, they all have a certain amount of free quota.
|
11 |
|