Skip to content

Commit

Permalink
Update src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce MacDonald <[email protected]>
  • Loading branch information
ParthSareen and BruceMacD authored Nov 7, 2024
1 parent f01c1b3 commit 4133282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const fetchWithHeaders = async (
): Promise<Response> => {
const defaultHeaders = {
'Content-Type': 'application/json',
Accept: 'application/json',
Accept: 'application/json',
'User-Agent': `ollama-js/${version} (${getPlatform()})`,
} as HeadersInit

Expand Down

0 comments on commit 4133282

Please sign in to comment.