Skip to content

Commit

Permalink
docs(ollama): update
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Dec 2, 2023
1 parent 76aa1a1 commit b40631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Developers/selfHosted/run_fully_local.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This will add the Ollama model to the list of models that the user can choose fr
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:

```sql
DROP TABLE user_settings;
DELETE TABLE user_settings;
```


Expand Down

0 comments on commit b40631a

Please sign in to comment.