Skip to content

Commit

Permalink
revert(config.toml):
Browse files Browse the repository at this point in the history
  • Loading branch information
boczekbartek committed Dec 20, 2024
1 parent 54c3089 commit 5ce3e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ embeddings_model = "text-embedding-ada-002"
base_url = "https://api.openai.com/v1/" # for openai compatible apis

[ollama]
simple_model = "qwq"
complex_model = "qwen2.5:7b"
simple_model = "llama3.2"
complex_model = "llama3.1:70b"
embeddings_model = "llama3.2"
base_url = "http://via-ip-robo-srv-004.robotec.tm.pl:11434"
base_url = "http://localhost:11434"

[tracing]
project = "rai"
Expand Down

0 comments on commit 5ce3e8a

Please sign in to comment.