Skip to content

Commit

Permalink
Merge pull request #116 from intls/gaia-errors
Browse files Browse the repository at this point in the history
Fix comments errors
  • Loading branch information
alabulei1 authored Feb 7, 2025
2 parents e4bf3c0 + 72e17df commit 774ef21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/agent-integrations/cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Second, add a model named `coder` and turn off all the other models like `gpt-4o
Third, go to the OpenAI API Key section,

* Click on **Override OpenAI Base URL**. Type `https://coder.gaia.domains/v1` here.
* For the OpenAI API key, you can use any random chars such as `GAIA`. Click on **Verfiy** to test if the connection is correct.
* For the OpenAI API key, you can use any random chars such as `GAIA`. Click on **Verify** to test if the connection is correct.

![](cursor-01.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/agent-integrations/gpt-planner.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this tutorial, we will use a public node.

## Run the agent

First, [load the nodebook in colab](https://colab.research.google.com/github/mshumer/gpt-prompt-engineer/blob/main/gpt_planner.ipynb).
First, [load the notebook in colab](https://colab.research.google.com/github/mshumer/gpt-prompt-engineer/blob/main/gpt_planner.ipynb).

Edit the code to create an OpenAI client. We will pass in the `base_url` here.

Expand Down
2 changes: 1 addition & 1 deletion docs/agent-integrations/llamaparse.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ npm install llamaindex
npm install dotenv
```

Start a Qdant instance. The Qdrant instance is to store the embeddings.
Start a Qdrant instance. The Qdrant instance is to store the embeddings.

```
mkdir qdrant_storage
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0.0/user-guide/apps/cursor.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Second, add a model named `coder` and turn off all the other models like `gpt-4o
Third, go to the OpenAI API Key section,

* Click on **Override OpenAI Base URL**. Type `https://coder.gaia.domains/v1` here.
* For the OpenAI API key, you can use any random chars such as `GAIA`. Click on **Verfiy** to test if the connection is correct.
* For the OpenAI API key, you can use any random chars such as `GAIA`. Click on **Verify** to test if the connection is correct.

![](cursor-01.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In this tutorial, we will use a public node.

## Run the agent

First, [load the nodebook in colab](https://colab.research.google.com/github/mshumer/gpt-prompt-engineer/blob/main/gpt_planner.ipynb).
First, [load the notebook in colab](https://colab.research.google.com/github/mshumer/gpt-prompt-engineer/blob/main/gpt_planner.ipynb).

Edit the code to create an OpenAI client. We will pass in the `base_url` here.

Expand Down

0 comments on commit 774ef21

Please sign in to comment.