Update README.md

This commit is contained in:
makexine 2023-10-25 17:19:56 +08:00 committed by GitHub
parent e38e073fe2
commit 600b98bdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -166,3 +166,10 @@ Scene是场景基类task_map返回的任务场景都继承于Scene。
| 253 | Roof |
| 254 | Wall |
注意78及以后无法使用add_object方法生成
# 调用大模型接口
运行llm_client.py文件调用大模型进行多轮对话。
```shell
python llm_client.py
```
输入字符即可等待回答输入end表示对话结束。