Skip to content

Commit

Permalink
Update OpenAI API version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed May 21, 2024
1 parent d0bb6d1 commit 7ec45c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chat/src/event_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
MAX_K = 100
TEMPERATURE = 0.2
TEXT_KEY = "id"
VERSION = "2023-07-01-preview"
VERSION = "2024-02-01"

@dataclass
class EventConfig:
Expand Down

0 comments on commit 7ec45c1

Please sign in to comment.