mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
@@ -4,3 +4,9 @@ The next step requires a callback URL, which looks like this: `https://<project-
|
||||
- Click on the `Authentication` icon in the left sidebar
|
||||
- Click on [`Providers`](https://supabase.com/dashboard/project/_/auth/providers) under the Configuration section
|
||||
- Click on **{props.provider}** from the accordion list to expand and you'll find your **Callback URL**, you can click `Copy` to copy it to the clipboard
|
||||
|
||||
<Admonition type="note">
|
||||
|
||||
For testing OAuth locally with the Supabase CLI please see the [local development docs](/docs/guides/cli/local-development#use-auth-locally).
|
||||
|
||||
</Admonition>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user