use correct qutoes for apiType in OpenAi converastion api

Signed-off-by: fabistb <fabian0401@online.de>
This commit is contained in:
fabistb 2025-08-27 20:56:06 +02:00
parent 766d8da01c
commit 5cf1c9be95
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ spec:
- name: cacheTTL
value: 10m
# - name: apiType # Optional
# value: `azure`
# value: 'azure'
# - name: apiVersion # Optional
# value: '2025-01-01-preview'
```