File size: 139 Bytes
0cae9a4
 
 
 
 
 
 
1
2
3
4
5
6
7
'''
This file contains all the constants used in the project.
'''

TEMPERATURE = 0.7
MODEL_NAME = "gpt-3.5-turbo-16k"
PROMPT_VERSION = "v2"