style: fix spacing in OPENAI_API_MODEL value

- Remove leading space in the OPENAI_API_MODEL value
- Ensure consistency in YAML formatting

This change corrects the spacing in the OPENAI_API_MODEL
configuration to maintain consistency in the YAML file, which helps
prevent potential issues during processing.
This commit is contained in:
songtianlun 2025-04-19 12:36:06 +08:00
parent 00e8d68592
commit 6137c63185

View File

@ -44,7 +44,7 @@ spec:
- name: OPENAI_API_KEY
value: "sk-ctwJWUefglo8FVeY54A7FeDe86834e728e0cCc3c0f5071D0"
- name: OPENAI_API_MODEL
value: " o3-mini"
value: "o3-mini"
- name: TZ
value: "Asia/Shanghai"