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 Jan 24, 2025
1 parent abff621 commit c036653
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 @@ -139,7 +139,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 @@ -91,7 +91,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 @@ -105,7 +105,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 @@ -122,7 +122,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 c036653

Please sign in to comment.