Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knutle authored Oct 13, 2024
1 parent 0e16178 commit fe7650c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Phantom is the overlay UI placed inline in the editor view (see the picture belo
### Open Source models support (llama.cpp, ollama)

1. Replace `"url"` setting of a given model to point to whatever host you're server running on (e.g.`"http://localhost:8080"`).
2. [Optional] Provide a `"token"` if your provider required one. ()
2. [Optional] Provide a `"token"` if your provider required one.
3. Tweak `"chat_model"` to a model of your choice and you're set.

> [!NOTE]
Expand All @@ -153,7 +153,6 @@ The OpenAI Completion plugin has a settings file where you can set your OpenAI A
}
```


### Advertisement disabling

To disable advertisement you have to add `"advertisement": false` line into an assistant setting where you wish it to be disabled.
Expand Down

0 comments on commit fe7650c

Please sign in to comment.