Skip to content

Commit e1a68da

Browse files
juntaoCopilot
andauthored
Update doc/docs/config/intro.md
Co-authored-by: Copilot <[email protected]>
1 parent bd3345b commit e1a68da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/docs/config/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It generally takes two approaches.
99

1010
* The pipeline approach. It divides up the task into multiple steps, and use a different AI service to process each step.
1111
* The [ASR service](asr.md) turns the user input voice audio into text.
12-
* The [LLM service](llm.md) generates a text response to the user input. The LLM could be aided by [built-in tools, such as web searches](llm-tools.md) and [custom tools in MCP servers](mcp.md].
12+
* The [LLM service](llm.md) generates a text response to the user input. The LLM could be aided by [built-in tools, such as web searches](llm-tools.md) and [custom tools in MCP servers](mcp.md).
1313
* The [TTS service](tts.md) converts the response text to voice.
1414
* The end-to-end real-time model approach. It utilizes multimodal models that could directly ingest voice input and generate voice output, such as [Google Gemini Live](gemini-live.md).
1515

0 commit comments

Comments
 (0)