Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyeh committed Oct 18, 2024
1 parent e7c5d3f commit 5319457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wren-ai-service/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ pipes:
llm: openai_llm.gpt-4o-mini
engine: wren_ui
- name: chart_generation
llm: openai_llm.gpt-4o-mini
llm: openai_llm.gpt-4o-mini
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class ChartGeneration(BasicPipeline):
def __init__(
self,
llm_provider: LLMProvider,
**kwargs,
):
self._components = {
"prompt_builder": PromptBuilder(
Expand Down

0 comments on commit 5319457

Please sign in to comment.