add lightspeed to internal cluster
This commit is contained in:
20
cluster/openshift-lightspeed-operator/base/olsconfig.yaml
Normal file
20
cluster/openshift-lightspeed-operator/base/olsconfig.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
apiVersion: ols.openshift.io/v1alpha1
|
||||
kind: OLSConfig
|
||||
metadata:
|
||||
name: cluster
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "5"
|
||||
spec:
|
||||
llm:
|
||||
providers:
|
||||
- name: myOpenai
|
||||
type: openai
|
||||
credentialsSecretRef:
|
||||
name: credentials
|
||||
url: https://api.openai.com/v1
|
||||
models:
|
||||
- name: gpt-3.5-turbo
|
||||
ols:
|
||||
defaultModel: gpt-3.5-turbo
|
||||
defaultProvider: myOpenai
|
||||
Reference in New Issue
Block a user