Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Berchez authored Jul 13, 2023
1 parent 2cd57e8 commit d6ffb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axios/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const sendIngredientsGPT = async (
},
],
temperature: 0,
max_tokens: 512,
max_tokens: 1024,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0,
Expand Down

0 comments on commit d6ffb03

Please sign in to comment.