Rearrange LLM provider presets.

This commit is contained in:
Bartosz Taudul
2025-06-28 13:42:36 +02:00
parent 567cd562e4
commit 2e77045ff7

View File

@@ -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 )
{