Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gecsp committed Dec 27, 2024
1 parent 76478da commit 3f5825d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class ChatService {
/**
* Use browser agent runtime
*/
const enableFetchOnClient = true;
const enableFetchOnClient = modelConfigSelectors.isProviderFetchOnClient(provider);

let fetcher: typeof fetch | undefined = undefined;

Expand Down

0 comments on commit 3f5825d

Please sign in to comment.