Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Oct 1, 2024
1 parent 58216a5 commit 0dd612b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/lib/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface LlmOverrideManager {
updateModelOverrideForChatSession: (chatSession?: ChatSession) => void;
}
export function useLlmOverride(
globalModel: string | null,
globalModel?: string | null,
currentChatSession?: ChatSession,
defaultTemperature?: number
): LlmOverrideManager {
Expand Down

0 comments on commit 0dd612b

Please sign in to comment.