summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bielik <martin.bielik@instea.sk>2024-12-06 21:34:33 +0100
committerMartin Bielik <martin.bielik@instea.sk>2024-12-06 21:34:33 +0100
commit67be1cc933099e8e648df960267a450e298e49d2 (patch)
tree170309d6b825a1a77c0b6fcd100fd48de79ae970
parent45f3f822c9e87c23dccb97b3d287ddd77cbffae3 (diff)
downloadvim-ai-67be1cc933099e8e648df960267a450e298e49d2.tar.gz
improved openrouter guide
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 613c4a5..d387aaf 100644
--- a/README.md
+++ b/README.md
@@ -427,19 +427,19 @@ Then you set up a custom role that points to the OpenRouter endpoint:
```ini
[gemini]
[gemini.options]
-token_file_path = ~/.config/openai-openrouter.token
+token_file_path = ~/.config/vim-ai-openrouter.token
endpoint_url = https://openrouter.ai/api/v1/chat/completions
model = google/gemini-exp-1121:free
[llama]
[llama.options]
-token_file_path = ~/.config/openai-openrouter.token
+token_file_path = ~/.config/vim-ai-openrouter.token
endpoint_url = https://openrouter.ai/api/v1/chat/completions
model = meta-llama/llama-3.3-70b-instruct
[claude]
[claude.options]
-token_file_path = ~/.config/openai-openrouter.token
+token_file_path = ~/.config/vim-ai-openrouter.token
endpoint_url = https://openrouter.ai/api/v1/chat/completions
model = anthropic/claude-3.5-haiku
```