From 00e8d68592070ab91de092b98b1c22d56a622a82 Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 19 Apr 2025 12:32:50 +0800 Subject: [PATCH] chore: update OPENAI_API_MODEL in load.yaml - Change model value from 'o1-mini-2024-09-12' to 'o3-mini'. This update modifies the model used in the application configuration, which may lead to different behavior or performance improvements depending on the capabilities of the new model. --- cgs/cgs3/load.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgs/cgs3/load.yaml b/cgs/cgs3/load.yaml index c5542cf..e02b76f 100644 --- a/cgs/cgs3/load.yaml +++ b/cgs/cgs3/load.yaml @@ -44,7 +44,7 @@ spec: - name: OPENAI_API_KEY value: "sk-ctwJWUefglo8FVeY54A7FeDe86834e728e0cCc3c0f5071D0" - name: OPENAI_API_MODEL - value: " o1-mini-2024-09-12" + value: " o3-mini" - name: TZ value: "Asia/Shanghai"