We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84389b4 commit e1f1aaaCopy full SHA for e1f1aaa
lib/chat_models/chat_mistral_ai.ex
@@ -283,7 +283,7 @@ defmodule LangChain.ChatModels.ChatMistralAI do
283
# Track the response being received
284
LangChain.Telemetry.llm_response(
285
%{system_time: System.system_time()},
286
- %{model: openai.model, response: parsed_data}
+ %{model: mistralai.model, response: parsed_data}
287
)
288
289
{:ok, parsed_data}
0 commit comments