Skip to content

Commit

Permalink
docs: fix link (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
YumoImer authored Dec 13, 2024
1 parent ffac314 commit f14f817
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/react/model-use-openai.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide will explain how to integrate OpenAI's model service into an applicat

## Using OpenAI API

This is equivalent to integrating with a model inference service compatible with OpenAI. For reference, see [Model Integration - Qwen](/docs/react/model-use-qwen-cn).
This is equivalent to integrating with a model inference service compatible with OpenAI. For reference, see [Model Integration - Qwen](/docs/react/model-use-qwen).

## Using openai-node

Expand Down
16 changes: 8 additions & 8 deletions docs/spec/conversation-design.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ AI 应明确告知用户其功能和限制,避免用户对 AI 能力产生误

为了更直观的了解并使用对话组件,我们将对话流程划分为四个主要环节,每个环节都对应着特定的组件。依次为:欢迎组件、引导组件、追问组件、提示组件、确认组件、错误处理组件以及结束组件。有关这些模块的详细信息,请参阅以下文档。

| **对话流程** | **对话组件** | **详细内容** |
| :----------: | :----------: | :-------------------------: |
| **唤醒** | 开始 | [Link](/docs/spec/start) |
| **识别** | 追问 | [Link](docs/spec/follow-up) |
| | 提示 | [Link](docs/spec/hint) |
| **确认** | 确认 | [Link](docs/spec/confirm) |
| | 错误 | [Link](docs/spec/error) |
| **反馈** | 结束 | [Link](docs/spec/end) |
| **对话流程** | **对话组件** | **详细内容** |
| :----------: | :----------: | :--------------------------: |
| **唤醒** | 开始 | [Link](/docs/spec/start) |
| **识别** | 追问 | [Link](/docs/spec/follow-up) |
| | 提示 | [Link](/docs/spec/hint) |
| **确认** | 确认 | [Link](/docs/spec/confirm) |
| | 错误 | [Link](/docs/spec/error) |
| **反馈** | 结束 | [Link](/docs/spec/end) |
16 changes: 8 additions & 8 deletions docs/spec/conversation-design.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ AI 应明确告知用户其功能和限制,避免用户对 AI 能力产生误

为了更直观的了解并使用对话组件,我们将对话流程划分为四个主要环节,每个环节都对应着特定的组件。依次为:欢迎组件、引导组件、追问组件、提示组件、确认组件、错误处理组件以及结束组件。有关这些模块的详细信息,请参阅以下文档。

| **对话流程** | **对话组件** | **详细内容** |
| :----------: | :----------: | :----------------------------: |
| **唤醒** | 开始 | [Link](/docs/spec/start-cn) |
| **识别** | 追问 | [Link](docs/spec/follow-up-cn) |
| | 提示 | [Link](docs/spec/hint-cn) |
| **确认** | 确认 | [Link](docs/spec/confirm-cn) |
| | 错误 | [Link](docs/spec/error-cn) |
| **反馈** | 结束 | [Link](docs/spec/end-cn) |
| **对话流程** | **对话组件** | **详细内容** |
| :----------: | :----------: | :-----------------------------: |
| **唤醒** | 开始 | [Link](/docs/spec/start-cn) |
| **识别** | 追问 | [Link](/docs/spec/follow-up-cn) |
| | 提示 | [Link](/docs/spec/hint-cn) |
| **确认** | 确认 | [Link](/docs/spec/confirm-cn) |
| | 错误 | [Link](/docs/spec/error-cn) |
| **反馈** | 结束 | [Link](/docs/spec/end-cn) |

1 comment on commit f14f817

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.