From 1bb7382b294bbb6d4ec55f03511a93075d74191e Mon Sep 17 00:00:00 2001 From: songtianlun Date: Sat, 19 Apr 2025 12:27:58 +0800 Subject: [PATCH] chore: update OPENAI_API_MODEL value in load.yaml - Change value of OPENAI_API_MODEL from "o1-mini" to "o1-mini-2024-09-12" This change updates the model version used in the configuration, ensuring compatibility with the latest API requirements. The previous model version will no longer receive updates or support, so updating this configuration is necessary for continued functionality. --- 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 af11357..c5542cf 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" + value: " o1-mini-2024-09-12" - name: TZ value: "Asia/Shanghai"