File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : library-chart
3- version : 1.6.16
3+ version : 1.6.17
44type : library
Original file line number Diff line number Diff line change @@ -411,12 +411,24 @@ stringData:
411411 name: config
412412 version: 0.0.1
413413 models:
414+ { {- if .Values.userPreferences.aiAssistant.model } }
414415 - name: { { .Values.userPreferences.aiAssistant.model | quote } }
416+ { {- end } }
417+ { {- if .Values.userPreferences.aiAssistant.provider } }
415418 provider: { { .Values.userPreferences.aiAssistant.provider | quote } }
419+ { {- end } }
420+ { {- if .Values.userPreferences.aiAssistant.model } }
416421 model: { { .Values.userPreferences.aiAssistant.model | quote } }
422+ { {- end } }
423+ { {- if .Values.userPreferences.aiAssistant.apiBase } }
417424 apiBase: { { .Values.userPreferences.aiAssistant.apiBase | quote } }
425+ { {- end } }
426+ { {- if .Values.userPreferences.aiAssistant.apiKey } }
418427 apiKey: { { .Values.userPreferences.aiAssistant.apiKey | quote } }
428+ { {- end } }
429+ { {- if .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint } }
419430 useLegacyCompletionsEndpoint: { { .Values.userPreferences.aiAssistant.useLegacyCompletionsEndpoint } }
431+ { {- end } }
420432 context:
421433 - provider: problems
422434 - provider: debugger
You can’t perform that action at this time.
0 commit comments