[Fix]: model tracking in convo metadata (#9053)

This commit is contained in:
Rohit Malhotra
2025-06-10 22:19:33 -04:00
committed by GitHub
parent 96fe5a50d6
commit fd921a4f88

View File

@@ -109,7 +109,7 @@ async def create_new_conversation(
selected_repository=selected_repository,
selected_branch=selected_branch,
git_provider=git_provider,
llm_model=settings.llm_model,
llm_model=conversation_init_data.llm_model,
)
)