diff --git a/profiler/src/profiler/TracyLlmApi.cpp b/profiler/src/profiler/TracyLlmApi.cpp index c589e05d..86f36498 100644 --- a/profiler/src/profiler/TracyLlmApi.cpp +++ b/profiler/src/profiler/TracyLlmApi.cpp @@ -78,6 +78,7 @@ bool TracyLlmApi::Connect( const char* url ) else if( m_type == Type::Unknown ) { m_type = Type::Other; + if( id.find( "embed" ) != std::string::npos ) m_models.back().embeddings = true; } } }