Skip to content

Commit

Permalink
chore: change to litellm llm provider for deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
paopa committed Dec 12, 2024
1 parent d664ba4 commit b693a49
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
engine: wren_ui
- name: semantics_enrichment
llm: openai_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini
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
engine: wren_ui
- name: semantics_enrichment
llm: openai_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini
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
engine: wren_ui
- name: semantics_enrichment
llm: openai_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini
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
engine: wren_ui
- name: semantics_enrichment
llm: openai_llm.gpt-4o-mini
llm: litellm_llm.gpt-4o-mini
- name: relationship_recommendation
llm: litellm_llm.gpt-4o-mini
engine: wren_ui
Expand Down

0 comments on commit b693a49

Please sign in to comment.