mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Set default LLM address to llama.cpp port.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user