From da1dd15c78a68495cda1452c06a569cf6cdc549d Mon Sep 17 00:00:00 2001 From: David <17435126+DavidLMS@users.noreply.github.com> Date: Fri, 9 Aug 2024 11:18:55 +0200 Subject: [PATCH] fix config.example.toml --- aphra/config.example.toml => config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename aphra/config.example.toml => config.example.toml (96%) diff --git a/aphra/config.example.toml b/config.example.toml similarity index 96% rename from aphra/config.example.toml rename to config.example.toml index 5c06b01..b66c687 100644 --- a/aphra/config.example.toml +++ b/config.example.toml @@ -2,7 +2,7 @@ # Replace with your actual OpenRouter API key api_key = "your_openrouter_api_key_here" -[models] +[llms] # Replace with your desired model names writer = "anthropic/claude-3.5-sonnet:beta" searcher = "perplexity/llama-3-sonar-large-32k-online"