Skip to content

Commit e1f1aaa

Browse files
committed
rebase main and fix conflict
1 parent 84389b4 commit e1f1aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chat_models/chat_mistral_ai.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ defmodule LangChain.ChatModels.ChatMistralAI do
283283
# Track the response being received
284284
LangChain.Telemetry.llm_response(
285285
%{system_time: System.system_time()},
286-
%{model: openai.model, response: parsed_data}
286+
%{model: mistralai.model, response: parsed_data}
287287
)
288288

289289
{:ok, parsed_data}

0 commit comments

Comments
 (0)