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.
This commit is contained in:
songtianlun 2025-04-19 12:32:50 +08:00
parent 1bb7382b29
commit 00e8d68592

View File

@ -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"