Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhang1130 committed Aug 15, 2024
1 parent 99fed55 commit 9089225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/en/source/tutorial/204-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following table outlines the various Service functions by type. These functi
| | `openai_text_to_audio` | Convert text to audio using OpenAI API
| | `openai_audio_to_text` | Convert audio to text using OpenAI API
| Reasoning | `wolfram_alpha_short_answers_query` | Query the Wolfram Alpha Short Answers API and return the answer as a string. |
| | `wolfram_alpha_simple_query` | Query the Wolfram Alpha Simple API and return the answer as an image. |
| | `wolfram_alpha_simple_query` | Query the Wolfram Alpha Simple API and return the answer as a PNG image. |
| | `wolfram_alpha_show_steps_query` | Query the Wolfram Alpha Show Steps API and return the step-by-step solution as a string. |
| | `wolfram_alpha_llm_query` | Query the Wolfram Alpha LLM API and return the answer from the LLM as a string. |

Expand Down
8 changes: 4 additions & 4 deletions docs/sphinx_doc/zh_CN/source/tutorial/204-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
| | `openai_image_to_text` | 使用 OpenAI API 根据图片生成文字。
| | `openai_text_to_audio` | 使用 OpenAI API 根据文本生成音频。
| | `openai_audio_to_text` | 使用OpenAI API将音频转换为文本。
| 推理 | wolfram_alpha_short_answers_query | 查询 Wolfram Alpha Short Answers API。 |
| | wolfram_alpha_simple_query | 查询 Wolfram Alpha Simple API。 |
| | wolfram_alpha_show_steps_query | 查询 Wolfram Alpha Show Steps API。 |
| | wolfram_alpha_llm_query | 查询 Wolfram Alpha LLM API。 |
| 推理 | wolfram_alpha_short_answers_query | 查询 Wolfram Alpha Short Answers API, 并以字符串形式返回答案|
| | wolfram_alpha_simple_query | 查询 Wolfram Alpha Simple API,并以PNG图片形式返回答案。|
| | wolfram_alpha_show_steps_query | 查询 Wolfram Alpha Show Steps API,并返回逐步解决方案作为字符串|
| | wolfram_alpha_llm_query | 查询 Wolfram Alpha LLM API,并将LLM返回的答案作为字符串返回|
| *更多服务即将推出* | | 正在开发更多服务功能,并将添加到 AgentScope 以进一步增强其能力。 |

关于详细的参数、预期输入格式、返回类型,请参阅[API文档](https://modelscope.github.io/agentscope/)
Expand Down

0 comments on commit 9089225

Please sign in to comment.