Skip to content

Commit

Permalink
chore: adjust for ollama support (ChatGPTNextWeb#4129)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-bf authored Feb 26, 2024
1 parent e756506 commit ff166f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export function getHeaders() {
const accessStore = useAccessStore.getState();
const headers: Record<string, string> = {
"Content-Type": "application/json",
"x-requested-with": "XMLHttpRequest",
Accept: "application/json",
};
const modelConfig = useChatStore.getState().currentSession().mask.modelConfig;
Expand Down

0 comments on commit ff166f7

Please sign in to comment.