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 27, 2024
1 parent b37653c commit 4cd4eff
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 @@ -142,7 +142,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 @@ -92,7 +92,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 @@ -106,7 +106,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 @@ -125,7 +125,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 4cd4eff

Please sign in to comment.