-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added `system` option to `Session` - Added logic to handle `system` option fix(openai): make Role lowercase - Made `Role` enum `lowercase` fix(openai): add as_str to Model - Added `as_str()` method to `Model` enum fix(openai): change model option to enum - Changed `model` option type to `Model` enum fix(openai): update API URL - Changed OpenAI API URL fix(openai): update complete methods - Updated `complete()` and `complete_stream()` methods refactor(openai): rename variables - No variable renames
- Loading branch information
1 parent
3869ebe
commit b3b6211
Showing
2 changed files
with
40 additions
and
6 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