summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```