Skip to content

Commit

Permalink
Update llamatutor.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alabulei1 authored Aug 7, 2024
1 parent dd8ff74 commit 7ddcb97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/apps/llamatutor.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ sidebar_position: 105
# LlamaTutor

The [LlamaTutor](https://github.com/Nutlope/llamatutor) is a TypeScript
application that using Llama 3.1 to act as an open source AI personal tutor. When you run it, it will ask the LLM
to search on the web based on your inquery topic and then generate content for you to learn.
application using Llama 3.1 to act as an open-source AI personal tutor. When you run it, it will ask the LLM
to search on the web based on your inquiry topic and then generate content for you to learn.

The program didn't use the official OpenAI library, we can use the forked on that support [using a Gaia node](intro.md) as the LLM backend.
The program didn't use the official OpenAI library, we can use the forked one that supports [using a Gaia node](intro.md) as the LLM backend.

## Prerequisites

Expand Down Expand Up @@ -47,7 +47,7 @@ You will need to configure four parameters here.
* LLAMAEDGE_MODEL_NAME: Name of the model to be used.
* LLAMAEDGE_API_KEY: API key for accessing the LLM services.

Then, we will need to install the required depencies.
Then, we will need to install the required dependencies.

```
npm install
Expand Down

0 comments on commit 7ddcb97

Please sign in to comment.