-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use gpt4-o-mini by default and filter out </output> tags (#266)
* Use gpt4-o-mini by default to lower costs. * gpt4-o-mini is more than an order of magnitude cheaper than gpt4-o * .15 / million input tokens vs $5 / million input tokens * .6 / million output tokens vs $15 / million output tokens * In the case where OAI can't determine an apporpriate command it often just outputs the output tag </output>. This is sometimes included in a code block so our postprocessing doesn't remove it and turn it into an empty response * Fix the post-processing to remove this. Fix #264
- Loading branch information
Showing
3 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters