-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Anyscale OpenAI models (#285)
* support anyscale openai models * set up openAI client for anyscale * add completion test for anyscale * correct input order * replace async client w walrus assigned variables * pop env vars to maintain other tests * Update tests/test_paperqa.py Co-authored-by: James Braza <[email protected]> * comment on max length size * use outputs.append correctly after bad merge --------- Co-authored-by: Michael Skarlinski <[email protected]> Co-authored-by: James Braza <[email protected]>
- Loading branch information
1 parent
b7a3d68
commit 51b1b3d
Showing
3 changed files
with
81 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