Skip to content

Commit

Permalink
pin openai model to current model
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbocarsly committed Jun 30, 2023
1 parent 74ef3a9 commit a67ad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydatalab/pydatalab/apps/chat/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pydatalab.utils import CustomJSONEncoder

__all__ = "ChatBlock"
MODEL = "gpt-3.5-turbo"
MODEL = "gpt-3.5-turbo-0613"
MAX_CONTEXT_SIZE = 4097


Expand Down

0 comments on commit a67ad5c

Please sign in to comment.