Updated it to use GPT-4

This commit is contained in:
Tiago Ribeiro
2024-02-04 01:03:26 +00:00
parent 7bbb03e4b2
commit 1c888f22e2
2 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ GEN_QUESTION_TEMPERATURE = 0.7
GPT_3_5_TURBO = "gpt-3.5-turbo"
GPT_3_5_TURBO_16K = "gpt-3.5-turbo-16k"
GPT_3_5_TURBO_INSTRUCT = "gpt-3.5-turbo-instruct"
GPT_4 = "gpt-4"
GRADING_FIELDS = ['comment', 'overall', 'task_response']
GEN_FIELDS = ['topic']