mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 04:27:15 +00:00
fix: fix PredefinedPipeline.CHAT_WITH_WEBSITE template (#8401)
* fix pipeline template * reno * update to gpt-4o-mini
This commit is contained in:
parent
ef60016d79
commit
2cc76beacd
@ -1,8 +1,8 @@
|
||||
components:
|
||||
converter:
|
||||
init_parameters:
|
||||
extractor_type: DefaultExtractor
|
||||
type: haystack.components.converters.html.HTMLToDocument
|
||||
init_parameters:
|
||||
extraction_kwargs: null
|
||||
|
||||
fetcher:
|
||||
init_parameters:
|
||||
@ -22,7 +22,7 @@ components:
|
||||
strict: true
|
||||
type: env_var
|
||||
generation_kwargs: {}
|
||||
model: gpt-3.5-turbo
|
||||
model: gpt-4o-mini
|
||||
streaming_callback: null
|
||||
system_prompt: null
|
||||
type: haystack.components.generators.openai.OpenAIGenerator
|
||||
|
||||
@ -7,7 +7,7 @@ components:
|
||||
env_vars: [ "OPENAI_API_KEY" ]
|
||||
strict: true
|
||||
type: "env_var"
|
||||
model: "gpt-3.5-turbo"
|
||||
model: "gpt-4o-mini"
|
||||
type: "haystack.components.generators.openai.OpenAIGenerator"
|
||||
|
||||
prompt_builder:
|
||||
|
||||
@ -10,7 +10,7 @@ components:
|
||||
strict: true
|
||||
type: env_var
|
||||
generation_kwargs: {}
|
||||
model: gpt-3.5-turbo
|
||||
model: gpt-4o-mini
|
||||
streaming_callback: null
|
||||
system_prompt: null
|
||||
type: haystack.components.generators.openai.OpenAIGenerator
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Update the `CHAT_WITH_WEBSITE` Pipeline template to reflect the changes in
|
||||
the `HTMLToDocument` converter component.
|
||||
Loading…
x
Reference in New Issue
Block a user