Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EshamAaqib committed May 2, 2024
1 parent e2acd38 commit 0677103
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Binary file removed h2ogpt-0.1.0-288.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions helm/h2ogpt-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0-288
version: 0.2.0-521

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.1.0-288
appVersion: 0.2.0-521
2 changes: 1 addition & 1 deletion helm/h2ogpt-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ spec:
{{- end }}
{{- if .Values.h2ogpt.externalLLM.enabled }}
- name: H2OGPT_MODEL_LOCK
value: {{ toJson .Values.h2ogpt.externalLLM.modelLock }}
value: {{ toJson .Values.h2ogpt.externalLLM.modelLock | quote }}
- name: H2OGPT_SCORE_MODEL
value: None
{{- end }}
Expand Down
11 changes: 10 additions & 1 deletion helm/h2ogpt-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,19 @@ h2ogpt:
enabled: false

openAI:
enabled: False
enabled: false

replicate:
enabled: false

mistral:
enabled: false

google:
enabled: false

anthropic:
enabled: false

# -- Example configs to use when not using Model Lock and External LLM
# overrideConfig:
Expand Down

0 comments on commit 0677103

Please sign in to comment.