You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and this bug is not already filed.
My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
I believe this is a legitimate bug, not just a question. If this is a question, please use the Discussions area.
Describe the bug
I'm a little confuse why the request body of query llm doesn't follow the standard just as the index llm(set the llm type to "openai_chat"). Take the query question "1+2=?" as an example. The request body of query llm seems to be like following structure(just list the data parameter):
Do you need to file an issue?
Describe the bug
I'm a little confuse why the request body of query llm doesn't follow the standard just as the index llm(set the llm type to "openai_chat"). Take the query question "1+2=?" as an example. The request body of query llm seems to be like following structure(just list the data parameter):
This is not the standard request body of openai:
I wonder why the request body of queryllm and index llm differ, thanks for your time.
Steps to reproduce
No response
Expected Behavior
No response
GraphRAG Config Used
# Paste your config here
Logs and screenshots
No response
Additional Information
The text was updated successfully, but these errors were encountered: