Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhe-log10 committed Feb 13, 2024
1 parent 79dde66 commit 56005be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/feedback/simple_feedback.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
# add feedback to the completion
#


# define a feedback task
class EmojiFeedback(BaseModel):
feedback: Literal["😀", "🙁"] = Field(..., description="User feedback with emojis")
Expand Down

0 comments on commit 56005be

Please sign in to comment.