WithAzureOpenAITextGeneration but for summarizaion only #646
KSemenenko
started this conversation in
2. Feature requests
Replies: 3 comments
-
That's correct. Currently the service uses the same model for questions and summarization. You can use a different handler for summarization though, with you custom settings. Plugging in custom handlers is the best way to customize pipelines. |
Beta Was this translation helpful? Give feedback.
0 replies
-
note to team: we need to provide concrete examples showing how to use custom handlers and how to use custom models |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes please 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think we can use one model for summarization (when we build data for vector db) like gpt3.5 and anoter like gpt4 for actual text writeng
Beta Was this translation helpful? Give feedback.
All reactions