Skip to content

Commit

Permalink
添加发布脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmanpushcart committed Mar 10, 2024
1 parent 250f01a commit 6dbf7ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ final var response = client.chat(request)
根据您的要求,我已经使用[compute_avg_score]工具计算了李四的平均分。他的平均分是75.0分。如果您还有其他问题或需要更详细的信息,请随时告诉我。
```

在一次对话中,用户首先询问了张三的语文成绩,然后询问了李四的语文成绩,最后询问了王五的语文成绩。在这个过程中,`qianfan4j`根据用户的需求,
使用了`query_score`工具来查询李四的语文和数学成绩,分别是80分和70分,
在一次对话中,`qianfan4j`根据用户的需求,使用了`query_score`工具来查询李四的语文和数学成绩,分别是80分和70分,
然后使用`compute_avg_score`工具来计算他们的语文平均分。最终,助手返回了李四的语文和数学平均分为75分。

### 文生图示例
Expand Down

0 comments on commit 6dbf7ed

Please sign in to comment.