Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/azimuth-chat/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "string",
"title": "Model",
"description": "The [HuggingFace model](https://huggingface.co/models) to deploy (see [here](https://github.com/stackhpc/azimuth-llm?tab=readme-ov-file#tested-models) for a list of tested models).",
"default": "microsoft/Phi-3.5-mini-instruct"
"default": "deepseek-ai/deepseek-llm-7b-chat"
},
"token": {
"type": [
Expand Down
2 changes: 1 addition & 1 deletion charts/azimuth-chat/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
azimuth-llm:
huggingface:
model: &model-name microsoft/Phi-3.5-mini-instruct
model: &model-name deepseek-ai/deepseek-llm-7b-chat
ui:
image:
repository: ghcr.io/stackhpc/azimuth-llm-chat-ui
Expand Down
2 changes: 1 addition & 1 deletion charts/azimuth-llm/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "string",
"title": "Model",
"description": "The [HuggingFace model](https://huggingface.co/models) to deploy (see [here](https://github.com/stackhpc/azimuth-llm?tab=readme-ov-file#tested-models) for a list of tested models).",
"default": "microsoft/Phi-3.5-mini-instruct"
"default": "deepseek-ai/deepseek-llm-7b-chat"
},
"token": {
"type": [
Expand Down
2 changes: 1 addition & 1 deletion charts/azimuth-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
huggingface:
# The name of the HuggingFace model to use
# Use a yaml anchor to avoid duplication elsewhere
model: &model-name microsoft/Phi-3.5-mini-instruct
model: &model-name deepseek-ai/deepseek-llm-7b-chat
# A Jinja formatted chat template to provide to the language model.
# See https://huggingface.co/blog/chat-templates for background info.
# If not provided, the default template specified in the HuggingFace
Expand Down