Issue with "extra_body" Parameter in "llm_config" Using Autogen #6293
Unanswered
saisuryateja1436
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I've been working with the llm_config in Autogen by Microsoft and encountered an issue when trying to use the extra_body parameter. I have successfully implemented this parameter using langchain_openai, but when I attempt to replicate the setup with Autogen, it doesn't seem to work as expected.
Here's a simplified version of the code that works with langchain_openai:
However, when I try to configure the same setup using Autogen, the extra_body parameter doesn't seem to be applied correctly:
I would appreciate any insights or suggestions on how to resolve this issue. Is there a specific way to implement extra_body in Autogen that differs from langchain_openai? Any guidance or examples would be greatly appreciated.
Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions