diff --git a/docs/get-started/examples.mdx b/docs/examples/notebooks-and-replits.mdx similarity index 99% rename from docs/get-started/examples.mdx rename to docs/examples/notebooks-and-replits.mdx index 7c246674..82da96fb 100644 --- a/docs/get-started/examples.mdx +++ b/docs/examples/notebooks-and-replits.mdx @@ -1,5 +1,5 @@ --- -title: 🔎 Examples +title: Notebooks & Replits --- # Explore awesome apps diff --git a/docs/mint.json b/docs/mint.json index 9e21810e..7aeb6c00 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -137,6 +137,7 @@ { "group": "Examples", "pages": [ + "examples/notebooks-and-replits", { "group": "REST API Service", "pages": [ diff --git a/notebooks/openai.ipynb b/notebooks/openai.ipynb index 125c4ebd..b6c2aeb5 100644 --- a/notebooks/openai.ipynb +++ b/notebooks/openai.ipynb @@ -90,7 +90,6 @@ " provider: openai\n", " config:\n", " model: text-embedding-ada-002\n", - " deployment_name: ec_embeddings_ada_002\n", "\"\"\"\n", "\n", "# Write the multi-line string to a YAML file\n",