diff --git a/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx b/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx index b42f5edf..69a4311a 100644 --- a/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx +++ b/projects/build-a-custom-search-engine-with-exaai/build-a-custom-search-engine-with-exaai.mdx @@ -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", @@ -172,7 +172,7 @@ print(response) Run the script by going to your terminal and typing: -```terminal +``` python3 main.py ```