mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-03 00:48:26 +00:00
Rearrange LLM provider presets.
This commit is contained in:
@@ -178,9 +178,9 @@ void TracyLlm::Draw()
|
||||
const char* address;
|
||||
};
|
||||
constexpr static std::array presets = {
|
||||
Preset { "Llama.cpp", "http://localhost:8080" },
|
||||
Preset { "LM Studio", "http://localhost:1234" },
|
||||
Preset { "Ollama", "http://localhost:11434" },
|
||||
Preset { "Llama.cpp", "http://localhost:8080" },
|
||||
};
|
||||
for( auto& preset : presets )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user