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 am using Azure OpenAI API with internal endpoint. I investigated on the code, I think the issue is probably because it is missing the user field as input.
Normally, if I am using Azure OpenAI with langchain, I will call the following code, it works perfectly:
But I tried to add "user" into "extra_args" in above code, it didn't work. I investigate on the code in crawl4ai, I cannot find any way to pass the "user" field to the LiteLLM. Even for the LiteLLM library, I couldn't find the way to input the "user" field.
Anyone could help take a look there anyway to pass the "user" field" to LiteLLM? Alternatively, could I use the Azure OpenAI API or Langchain's AzureChatOpenAI directly without using LiteLLM?
The text was updated successfully, but these errors were encountered:
I am trying to run the following code in section "LLM Extraction" in the colab demo https://colab.research.google.com/drive/1SgRPrByQLzjRfwoRNq1wSGE9nYY_EE8C?usp=sharing
I got this error:
I am using Azure OpenAI API with internal endpoint. I investigated on the code, I think the issue is probably because it is missing the user field as input.
Normally, if I am using Azure OpenAI with langchain, I will call the following code, it works perfectly:
But I tried to add "user" into "extra_args" in above code, it didn't work. I investigate on the code in crawl4ai, I cannot find any way to pass the "user" field to the LiteLLM. Even for the LiteLLM library, I couldn't find the way to input the "user" field.
Anyone could help take a look there anyway to pass the "user" field" to LiteLLM? Alternatively, could I use the Azure OpenAI API or Langchain's AzureChatOpenAI directly without using LiteLLM?
The text was updated successfully, but these errors were encountered: