Skip to content

Commit

Permalink
Doc for agent about CN,Issues fix#391
Browse files Browse the repository at this point in the history
  • Loading branch information
杨堃 authored and 杨堃 committed Apr 23, 2024
1 parent a018240 commit 5cd6c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/get_started/installation_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pip install -r requirements.txt

# 将当前工作目录设置为PYTHONPATH环境变量
export PYTHONPATH=$PYTHONPATH:`pwd`
```
```
2 changes: 1 addition & 1 deletion docs/get_started/introduction_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ os.environ['DASHSCOPE_API_KEY']=YOUR_DASHSCOPE_API_KEY
os.environ['AMAP_TOKEN']=YOUR_AMAP_TOKEN

# 选用RolePlay 配置agent
from modelscope_agent.agents.role_play import RolePlay
from modelscope_agent.agents.role_play import RolePlay

role_template = '你扮演一个天气预报助手,你需要查询相应地区的天气,并调用给你的画图工具绘制一张城市的图。'

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/llm_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ messages = [{
'role': 'user',
'content': 'Tell me a joke.'
}]
```
```

0 comments on commit 5cd6c3b

Please sign in to comment.