Skip to content
Snippets Groups Projects
Commit 2552596e authored by Andri Joos's avatar Andri Joos :blush:
Browse files

fix wrong label for code diagrams

parent ae005e3a
No related branches found
No related tags found
1 merge request!68add management summary
......@@ -29,7 +29,7 @@
Given the absence of a open-source and freely accessible alternative to the OpenAI text-to-speech model, the OpenAI model is currently employed for text-to-speech, even in the event that another assistant, such as the Mixtral assistant, is selected.
\subsection{Code diagram}\label{sec:src/product-documentation/architecture/c4-diagrams/code-diagram}
\subsection{Code diagram}\label{sec:product-documentation/architecture/c4-diagrams/code-diagram}
\begin{figure}[H]
\centering
\includegraphics[width=\linewidth]{diagrams/architecture/c4/high_level_class_diagram.png}
......
......@@ -24,7 +24,7 @@
The main.py sets up the API and handles the API calls.
It mainly interacts with the \hyperref[sec:src/product-documentation/architecture/project-architecture/chatbot-project-structure/assistants-module-structure]{assistants}.
The \hyperref[sec:src/product-documentation/architecture/c4-diagrams/code-diagram]{code diagrams} provide an overview of these interactions.
The \hyperref[sec:product-documentation/architecture/c4-diagrams/code-diagram]{code diagrams} provide an overview of these interactions.
The assistants module contains all of the logic associated with the assistants.
The section on the \hyperref[sec:src/product-documentation/architecture/project-architecture/chatbot-project-structure/assistants-module-structure]{assistants structure} offers a more detailed analysis of the module's structure.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment