dprokhorov17
dprokhorov17
bug: Langfuse was not able to parse the LLM model. The LLM call will be recorded without model name.
I've got the same issue when using the latest LLAMA-3.1 70B Instruct model
bug: Langfuse was not able to parse the LLM model. The LLM call will be recorded without model name.
@sherlock-tez I can confirm this... I've also tried the azure ml endpoint
Same here...
This also doesn't work with Kernel Builder: ```csharp var kernel = Kernel .CreateBuilder() .AddOpenAIChatCompletion(modelId: "Qwen/Qwen2.5-VL-32B-Instruct", apiKey: "EMPTY", httpClient: qwenLocalHttpClient) .Build(); var semanticFunction = kernel.CreateFunctionFromPrompt(prompt); var executionSettings = new VllmCustomExecutionSettings {...
Hello @shimmyshimmer , is there a WIP for this?
Any news on this?
Any news on this?
@Ar57m Ok, but how does this is related to the Molmo-72B model?