소스 검색

fix bug in english version

jjyaoao 8 달 전
부모
커밋
fe32c05806
2개의 변경된 파일6개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 1
      docs/chapter1/Chapter1-Introduction-to-Agents.md
  2. 6 6
      docs/chapter16/Chapter16-Graduation-Project.md

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

@@ -255,7 +255,6 @@ We will use the free weather query service `wttr.in`, which can return weather d
 
 ```python
 import requests
-import json
 
 def get_weather(city: str) -> str:
     """

+ 6 - 6
docs/chapter16/Chapter16-Graduation-Project.md

@@ -257,27 +257,27 @@ Detailed introduction to your project:
 
 ### Install Dependencies
 
-\`\`\`bash
+
 pip install -r requirements.txt
-\`\`\`
+
 
 ### Configure API Keys
 
-\`\`\`bash
+
 # Create .env file
 cp .env.example .env
 
 # Edit .env file and fill in your API keys
-\`\`\`
+
 
 ### Run Project
 
-\`\`\`bash
+
 # Start Jupyter Notebook
 jupyter lab
 
 # Open main.ipynb and run
-\`\`\`
+
 
 ## 📖 Usage Examples