feat(openai.py): add support for openai assistants

v0 commit. Closes https://github.com/BerriAI/litellm/issues/2842
This commit is contained in:
Krrish Dholakia 2024-05-04 17:27:48 -07:00
parent b7ca9a53c9
commit 84c31a5528
3 changed files with 461 additions and 1 deletions

View file

@ -0,0 +1,2 @@
# What is this?
## Main file for assistants API logic