From 2e77045ff74032a2de2bc1f6111f33ffa0706f17 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 28 Jun 2025 13:42:36 +0200 Subject: [PATCH] Rearrange LLM provider presets. --- profiler/src/profiler/TracyLlm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyLlm.cpp b/profiler/src/profiler/TracyLlm.cpp index 5a434c65..e86c8074 100644 --- a/profiler/src/profiler/TracyLlm.cpp +++ b/profiler/src/profiler/TracyLlm.cpp @@ -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 ) {