From 67be1cc933099e8e648df960267a450e298e49d2 Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Fri, 6 Dec 2024 21:34:33 +0100 Subject: improved openrouter guide --- README.md | 6 +++--- 1 file 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 ``` -- cgit v1.2.3