Skip to content

Commit b4e77d3

Browse files
author
Sam Hokin
committed
Switch to gpt-3.5-turbo (not 0301)
1 parent 2e5e624 commit b4e77d3

File tree

1 file changed

+1
-1
lines changed
  • chatbot/src/main/java/org/ncgr/chatbot/openai

1 file changed

+1
-1
lines changed

chatbot/src/main/java/org/ncgr/chatbot/openai/OpenAi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class OpenAi {
2929

3030
// default parameters
3131
public static String EMBED_MODEL = "text-embedding-ada-002";
32-
public static String MODEL = "gpt-3.5-turbo-0301";
32+
public static String MODEL = "gpt-3.5-turbo";
3333
public static int TIMEOUT_SECONDS = 120;
3434
public static double TEMPERATURE = 0.0;
3535
public static double FREQUENCY_PENALTY = 0.0;

0 commit comments

Comments
 (0)