-
Notifications
You must be signed in to change notification settings - Fork 12
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
venice: generate response prompts improvements. add temperature #629
base: ai-cast
Are you sure you want to change the base?
Conversation
@rferrari is attempting to deploy a commit to the Nounspace Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the conflict
@@ -0,0 +1,20 @@ | |||
export const USE_USER_PAST_TWEETS = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rferrari this is added twice
Description:
This pull request introduces improvements to the generate response prompts feature in Venice, including the addition of a temperature parameter. The changes aim to enhance the overall quality and diversity of generated responses.
Changes:
Improved generate response prompts logic to better handle user input and context
Added a temperature parameter to control the level of randomness and creativity in generated responses
Updated the response generation algorithm to take into account the temperature parameter
Included additional unit tests to ensure the new functionality works as expected