diff --git a/docs/developers/contribution/llm/ollama.mdx b/docs/developers/contribution/llm/ollama.mdx index c4c4ecf846b..e5a71d3eaee 100644 --- a/docs/developers/contribution/llm/ollama.mdx +++ b/docs/developers/contribution/llm/ollama.mdx @@ -42,7 +42,7 @@ Go to [supabase](https://localhost:54323) and in the table `user_settings` eithe This will add the Ollama model to the list of models that the user can choose from. -By adding this as default, it means that all new users will have this model by default. If you want to add it to your user only, you can add it to the `models` column in the `user_settings` table. In order for the change to take effect if you put as default your need to drop the entire table with the following command: +By adding this as default, it means that all new users will have this model by default. If you want to add it to your user only, you can add it to the `models` column in the `user_settings` table. In order for the change to take effect if you put as default you need to drop the entire table with the following command: ```sql DELETE TABLE user_settings;