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