Skip to content

Commit

Permalink
more ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
rgbkrk committed Nov 15, 2023
1 parent b2efc88 commit 8abb2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chatlab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

class ChatModel(Enum):
"""Models available for use with chatlab."""

GPT_4_1106_PREVIEW = "gpt-4-1106-preview"
GPT_4_VISION_PREVIEW = "gpt-4-vision-preview"

Expand Down

0 comments on commit 8abb2ec

Please sign in to comment.