From bb5fc38181d670d6c9007a479ec21ca1cb52d1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20=E9=9B=B7=E7=A5=9E=20Schaeff?= <5748289+thorwebdev@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:01:57 +0800 Subject: [PATCH] chore: small docs improvements. (#23261) chore: start. --- apps/docs/components/MDX/social_provider_setup.mdx | 6 ++++++ apps/docs/content/guides/functions/ai-models.mdx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/docs/components/MDX/social_provider_setup.mdx b/apps/docs/components/MDX/social_provider_setup.mdx index b270d56d745..6e8f01d65cf 100644 --- a/apps/docs/components/MDX/social_provider_setup.mdx +++ b/apps/docs/components/MDX/social_provider_setup.mdx @@ -4,3 +4,9 @@ The next step requires a callback URL, which looks like this: `https:// + +For testing OAuth locally with the Supabase CLI please see the [local development docs](/docs/guides/cli/local-development#use-auth-locally). + + diff --git a/apps/docs/content/guides/functions/ai-models.mdx b/apps/docs/content/guides/functions/ai-models.mdx index 89f14e1e51f..3d3fddbdd20 100644 --- a/apps/docs/content/guides/functions/ai-models.mdx +++ b/apps/docs/content/guides/functions/ai-models.mdx @@ -70,7 +70,7 @@ Inference via larger models is supported via [Ollama](https://ollama.com/). In t ### Running locally -1. Install Ollama and pull the Mistral model +1. [Install Ollama](https://github.com/ollama/ollama?tab=readme-ov-file#ollama) and pull the Mistral model ``` ollama pull mistral