Skip to content

Commit

Permalink
relative links for anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfrye committed Sep 20, 2024
1 parent a3128ac commit 4bfa721
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ But with Modal, it’s as simple as writing 4 different classes and running a CL

Our project structure looks like this:

1. [Language model module](https://modal.com/docs/examples/llm-voice-chat#language-model): continues a text conversation with a text reply.
2. [Transcription module](https://modal.com/docs/examples/llm-voice-chat#transcription): converts speech audio into text.
3. [Text-to-speech module](https://modal.com/docs/examples/llm-voice-chat#text-to-speech): converts text into speech.
4. [FastAPI server](https://modal.com/docs/examples/llm-voice-chat#fastapi-server): runs server-side app logic.
5. [React frontend](https://modal.com/docs/examples/llm-voice-chat#react-frontend): runs client-side interaction logic.
1. [Language model module](#language-model-module---llama-31-8b): continues a text conversation with a text reply.
2. [Transcription module](#transcription-module---whisper-v3): converts speech audio into text.
3. [Text-to-speech module](#text-to-speech-module---xtts): converts text into speech.
4. [FastAPI server](#fastapi-backend): runs server-side app logic.
5. [React frontend](#react-frontend): runs client-side interaction logic.

Let’s go through each of these components in more detail.

Expand Down

0 comments on commit 4bfa721

Please sign in to comment.