Skip to content

Commit

Permalink
chore: Migrate OpenAiCompatibleV1ApiControllerTest to gpt-3.5-turbo m…
Browse files Browse the repository at this point in the history
…odel (#192)
  • Loading branch information
amengus87 authored Jul 30, 2024
1 parent 43a7dc5 commit 674a4a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void beforeAll(@Autowired FarmRepository farmRepository,

// OpenAI settings for RaaG
String apiKeySetting = String.format("apiKey=%s", System.getenv("OPENAI_API_KEY"));
String modelNameSetting = "modelName=gpt-4o";
String modelNameSetting = "modelName=gpt-3.5-turbo"; // TODO Migrate to gpt-4o-mini when reliable

// Farm with no silo
FarmEntity farmWithoutSilo = new FarmEntity();
Expand Down

0 comments on commit 674a4a5

Please sign in to comment.