diff options
| author | Martin Bielik <martin.bielik@instea.sk> | 2024-12-06 21:34:33 +0100 |
|---|---|---|
| committer | Martin Bielik <martin.bielik@instea.sk> | 2024-12-06 21:34:33 +0100 |
| commit | 67be1cc933099e8e648df960267a450e298e49d2 (patch) | |
| tree | 170309d6b825a1a77c0b6fcd100fd48de79ae970 | |
| parent | 45f3f822c9e87c23dccb97b3d287ddd77cbffae3 (diff) | |
| download | vim-ai-67be1cc933099e8e648df960267a450e298e49d2.tar.gz | |
improved openrouter guide
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ``` |