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

Added a ChatGptParameters to set more params to the chat completion #31

Merged
merged 7 commits into from
Mar 23, 2023

Conversation

nanny07
Copy link
Contributor

@nanny07 nanny07 commented Mar 21, 2023

Resolve #26

@nanny07
Copy link
Contributor Author

nanny07 commented Mar 21, 2023

@marcominerva for now I have added the single properties to the ChatGptOption class but I'm not sure if we can (or we want) use the same new ChatGptParameters class inside it

@marcominerva marcominerva linked an issue Mar 21, 2023 that may be closed by this pull request
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptOptions.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptOptions.cs Outdated Show resolved Hide resolved
src/ChatGptNet/IChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/Models/ChatGptParameters.cs Outdated Show resolved Hide resolved
src/ChatGptNet/Models/ChatGptParameters.cs Show resolved Hide resolved
src/ChatGptNet/Models/ChatGptRequest.cs Outdated Show resolved Hide resolved
src/ChatGptNet/IChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/ChatGptClient.cs Outdated Show resolved Hide resolved
src/ChatGptNet/Models/ChatGptParameters.cs Show resolved Hide resolved
@marcominerva marcominerva merged commit aa768cd into marcominerva:develop Mar 23, 2023
@nanny07 nanny07 deleted the features/chat-parameters branch March 23, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specify other parameters for API chat completion
2 participants