Skip to content

Commit

Permalink
chore: specify the dated model snapshot id
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Dec 23, 2024
1 parent 67ed004 commit a9bb8b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/kustomizations/base/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ data:
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
- name: semantics_enrichment
llm: litellm_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini-2024-07-18
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
Expand Down
2 changes: 1 addition & 1 deletion docker/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pipes:
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
- name: semantics_enrichment
llm: litellm_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini-2024-07-18
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
Expand Down
2 changes: 1 addition & 1 deletion wren-ai-service/tools/config/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pipes:
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
- name: semantics_enrichment
llm: litellm_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini-2024-07-18
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
Expand Down
2 changes: 1 addition & 1 deletion wren-ai-service/tools/config/config.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pipes:
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
- name: semantics_enrichment
llm: litellm_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini-2024-07-18
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini-2024-07-18
engine: wren_ui
Expand Down

0 comments on commit a9bb8b5

Please sign in to comment.