Skip to content

Commit

Permalink
remove terminal from Exa project MDX
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusch4593 committed May 10, 2024
1 parent fa80e3a commit c0b38f2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -107,7 +107,7 @@ response = exa.search(

Here's one result (of 10) from the returned data for searching "Best Chicago cold brew":

```terminal
```
{
"score": 0.1940334290266037,
"title": "13 Innovative Cold Brew Drinks from Coffee Shops Around the Country",
Expand Down Expand Up @@ -172,7 +172,7 @@ print(response)

Run the script by going to your terminal and typing:

```terminal
```
python3 main.py
```

Expand Down

0 comments on commit c0b38f2

Please sign in to comment.