-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feat] OpenAI Assistants (Beta) Integration (#609)
* some working code * refactored and cleaned code * add exception handling * add assistants example notebook with images and pdf * linting * modify notebook name and link * remove agentops github link from notebook * modify image links to github urls * remove agentops content from conclusion section * add assistants examples page * add assistants example to openai integrations page * modify variable name from `original` to `original_func` when patching function * remove casting response to str for `returns` attribute * add partial `LLMEvent` for calculating costs * add logger to error event * check if `usage` is not `None` * add test for assistants api * add more tests * fix typo (no idea how it occurred in the first place)
- Loading branch information
Showing
15 changed files
with
1,874 additions
and
2 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
Oops, something went wrong.