mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
[Fix]: model tracking in convo metadata (#9053)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user