Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 16, 2024
1 parent f41176b commit 9183a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/chat_search/AssistantSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const AssistantSelector = ({
onSelect={(value: string | null) => {
if (value == null) return;
const { modelName, name, provider } = destructureValue(value);
llmOverrideManager.setLlmOverride({
llmOverrideManager.updateLLMOverride({
name,
provider,
modelName,
Expand Down

0 comments on commit 9183a95

Please sign in to comment.