瀏覽代碼

Fix API setup link in Chapter 1

Updated link in the introduction to agents section for API setup.
jjyaoao 8 月之前
父節點
當前提交
bf381d5b84
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/chapter1/Chapter1-Introduction-to-Agents.md

+ 1 - 1
docs/chapter1/Chapter1-Introduction-to-Agents.md

@@ -380,7 +380,7 @@ class OpenAICompatibleClient:
             return "Error: Error occurred when calling language model service."
 ```
 
-To instantiate this class, you need to provide three pieces of information: `API_KEY`, `BASE_URL`, and `MODEL_ID`. The specific values depend on the service provider you use (such as OpenAI official, Azure, or local models like Ollama). If you don't have access to these yet, you can refer to [1.2 API Setup](https://datawhalechina.github.io/handy-multi-agent/#/chapter1/1.2.api-setup) in another Datawhale tutorial.
+To instantiate this class, you need to provide three pieces of information: `API_KEY`, `BASE_URL`, and `MODEL_ID`. The specific values depend on the service provider you use (such as OpenAI official, Azure, or local models like Ollama). If you don't have access to these yet, you can refer to [1.2 API Setup](https://datawhalechina.github.io/handy-multi-agent/#/./chapter1/1-Basic-Configuration?id=_12-api-settings) in another Datawhale tutorial.
 
 ### 1.3.3 Executing the Action Loop