chore: lint fix

This commit is contained in:
ChenZhaoYu
2023-03-31 11:53:10 +08:00
parent da20aed4b0
commit 142759ac50
2 changed files with 35 additions and 35 deletions

View File

@@ -26,7 +26,7 @@ spec:
- name: OPENAI_API_KEY
value: sk-xxx
- name: OPENAI_API_BASE_URL
value: "https://api.openai.com"
value: 'https://api.openai.com'
- name: OPENAI_API_MODEL
value: gpt-3.5-turbo
- name: API_REVERSE_PROXY

View File

@@ -3,7 +3,7 @@ kind: Ingress
metadata:
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-connect-timeout: "5"
nginx.ingress.kubernetes.io/proxy-connect-timeout: '5'
name: chatgpt-web
spec:
rules: