Skip to content
Discussion options

You must be logged in to vote

It might be due to one of conditions being true

if not condition_on_previous_text or result.temperature > 0.5:

if you didn't set condition_on_previous_text=False and temperature of the result > 0.5, then specifying temperature(s) less than 0.5 will fix it such as temperature=0.0 or temperature=(0.0, 0.2, 0.4)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Abdurrafey-Siddiqui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants