Set default LLM address to llama.cpp port.

This commit is contained in:
Bartosz Taudul
2026-05-17 17:50:33 +02:00
parent f0f579172b
commit efd7ec262d

View File

@@ -36,7 +36,7 @@ struct Config
#else
bool llm = true;
#endif
std::string llmAddress = "http://localhost:11434";
std::string llmAddress = "http://localhost:8080";
std::string llmModel;
std::string llmFastModel;
std::string llmEmbeddingsModel;