Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11 refactor and add rest of api model #12

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

Marco-Zechner
Copy link
Owner

Added the last missing API types

logit_bias
logprobs
top_logprobs

Added Custom Exception for GPTs Error response

Added Examples to Test Project
Split GPTModel into 3 partial classes
Added Payload and Response Handler where the json Content can be changed/printed/etc. by the user if needed.
Split some Models from one file into their own file each.

Added LogProbs support in the GPT ChatResponse

Added example usage for LogProbs in ConversationWithCustomHandlers
Removed Deprecated Role "Functions"

logit_bias
logprobs
top_logprobs

Added Custom Exeption for GPTs Error response

Added Examples to Test Project
Split GPTModel into 3 partial classes
Added Payload and Response Handler where the json Content can be changed/printed/etc. by the user if needed.
Split some Models from one file into their own file each.
Added example usage for LogProbs in ConversationWithCustomHandlers
Removed Deprecatd Role "Functions"
@Marco-Zechner Marco-Zechner added the enhancement New feature or request label Jun 18, 2024
@Marco-Zechner Marco-Zechner added this to the API Implementation milestone Jun 18, 2024
@Marco-Zechner Marco-Zechner self-assigned this Jun 18, 2024
@Marco-Zechner Marco-Zechner linked an issue Jun 18, 2024 that may be closed by this pull request
6 tasks
@Marco-Zechner Marco-Zechner merged commit a2d077b into main Jun 18, 2024
1 check passed
@Marco-Zechner Marco-Zechner deleted the 11-refactor-and-add-rest-of-api-model branch June 18, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor and Add rest of API Model
1 participant