-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add o1 support manually by parsing tool usage / schema validation into user message * delete playground * fix model names in evals * fix google test case * more error handling for edge cases... * fix vanta_h test case * error handling for log method * better log handling * warning is level 2 * revert traial count / concurrency * revert model list * cleanup * catch on all context closing * add new models * make verification use 4o * Organize evals (#272) * remove organize-evals * dont fail CI based on experimental score * Feat: Add ESLint (#274) * add eslint (#269) * add eslint * update vision typing * type fixes * update anthropic types * update openai types * fix type errs * type fixes * revert args map * createChatCompletion typing * eslint ignore dist * type fixes * cache/eval type fixes * update expected type * add nonsense_action * changeset * ignore dom build * Add eslint edits (#273) * add eslint * update vision typing * type fixes * update anthropic types * update openai types * fix type errs * type fixes * revert args map * createChatCompletion typing * eslint ignore dist * type fixes * cache/eval type fixes * update expected type * add nonsense_action * changeset * ignore dom build * remove casting * add auxillary * more cleanup * type cleaning * type cleaning * update changeset * fix last 3 type errs * expedia error handling * evals type safety * change trail count to 5 again * o1 type safety * more type err fixes * build * package lock * Support o1 * rm unnecessary console log * reset eval models * add o1 to experimental evals + changeset * rm stock_x act eval and add braintrust url to ci --------- Co-authored-by: Navid Pour <[email protected]> Co-authored-by: Sameel <[email protected]> Co-authored-by: seanmcguire12 <[email protected]>
- Loading branch information
1 parent
5afa0b9
commit d6d7057
Showing
16 changed files
with
744 additions
and
627 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@browserbasehq/stagehand": minor | ||
--- | ||
|
||
Add support for o1-mini and o1-preview in OpenAIClient |
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
Empty file.
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
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
Oops, something went wrong.