JobGPT / constants.py
Aditya Patkar
Saving generation conversations to log file
0cae9a4
raw
history blame
139 Bytes
'''
This file contains all the constants used in the project.
'''
TEMPERATURE = 0.7
MODEL_NAME = "gpt-3.5-turbo-16k"
PROMPT_VERSION = "v2"