Skip to content

Commit

Permalink
Ensure confidence block does not make model use constrained_output fo…
Browse files Browse the repository at this point in the history
…r confidence level information
  • Loading branch information
pseudotensor committed Oct 25, 2024
1 parent 8c513eb commit d9c6e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions openai_server/autogen_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ def confidence_level_guidelines() -> str:
* If you have a very high confidence in the response and constrained output, then say so and stop the conversation.
* However, if you do not have a very high confidence in the constrained output but do have high confidence in your response otherwise, fix the constrained output and stop the conversation.
* However, if you do not have a very high confidence in the response to the user's original query, then you must provide an executable code that would help improve your response until you have very high confidence.
* Place a final confidence level brief summary inside <confidence> </confidence> XML tags.
</confidence_guidelines>
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "26eeacdb9f1dfd3d0b8ce22fb78d49f38d5c50e4"
__version__ = "8c513eb33109d2bfc658024bbbd25182d0969e10"

0 comments on commit d9c6e89

Please sign in to comment.