Skip to content

Commit

Permalink
docs: some important changes in the tutorial files
Browse files Browse the repository at this point in the history
  • Loading branch information
glaucia86 committed Apr 16, 2024
1 parent dfad7df commit 59d1526
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/04-preparing-understanding-language-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ After to finish to test the Ollama server, you can stop it by pressing **Ctrl+D*

This tutorial covers language models that will be used in the project. Choose the best model to suit your needs. To use the Azure OpenAI Service, follow the instructions to set up the service in Azure. To use Ollama with Mistral 7B, follow the instructions to install Ollama and the local models.

We can now begin developing the functions for integration with ChatGPT since everything is prepared. In the following section, we will start working on the 'chat-post' function or the 'chat' API for integration with ChatGPT.
To begin developing the application, we first need to create some configuration files for the project. We'll cover this in the next section!

**[⬅️ Back: Understanding the RAG (Retrieval Augmented Generation) architecture](03-understanding-rag.md)** | **[Next: Developing the `chat` API ➡️ ](./05-developing-chat-api.md)**
**[⬅️ Back: Understanding the RAG (Retrieval Augmented Generation) architecture](03-understanding-rag.md)** | **[Next: Developing the `chat` API ➡️ ](./05-config-files-app.md)**
3 changes: 3 additions & 0 deletions docs/tutorial/05-config-files-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Preparing the Configuration Files for the `chat` API

**todo**
3 changes: 0 additions & 3 deletions docs/tutorial/05-developing-chat-api.md

This file was deleted.

0 comments on commit 59d1526

Please sign in to comment.