prehistoric-school-94813
08/13/2025, 2:23 PMtall-airline-16756
08/13/2025, 2:23 PMtall-airline-16756
08/13/2025, 2:24 PMmodel
property that defaults to "unknown" unless a plugin steps in and sets it explicitly. This info then gets used in telemetry spans and is reported to Langfuse through attributes like gen_ai.request.model
.
To fix this without leaving the FallbackAdapter, you’ll want to make sure the model
property is properly set in the LLM instances you’re using. Usually, this means overriding the model
property in your LLM plugin or configuration to specify the right model name.
If you'd like, I’m here to help walk you through how to override this property or get your setup configured just right—just let me know!
Sources: tests/test_tts_fallback.pyprehistoric-school-94813
08/13/2025, 2:26 PMtall-airline-16756
08/13/2025, 2:27 PM