Pamela Fox
Pamela Fox
My request is only that the chat completion endpoint support the tools parameter (and related tool_choice): https://platform.openai.com/docs/api-reference/chat#chat/create-functions I do see that assistants also support tools, but that would be a...
* Was this your first time running azd up? If you ran it previously before enabling GPT-4-V, you'd need to delete the index, so that it could be recreated with...
@mmarahrens That looks like a different error. Have you checked to see what in your request is causing it to go over the token count? The prompt, the search results,...
If you are using gpt-4-vision, you may be experiencing the issues I'm working on in this post: https://github.com/Azure-Samples/azure-search-openai-demo/pull/1355 We weren't doing chunking when vision was enabled, but I'm bringing back...
@hammad26 Are you able to email the PDF where you experienced the issue to pamelafox@ microsoft.com? If I can replicate the error, then I can more easily share it with...
Update: The Document Intelligence team is now investigating.
Hi all, if you are still having issues, please email me a document if you are able to share one (pamelafox@ microsoft .com) - the team hasn't been able to...
Not yet, sorry! I was sent an example document to replicate earlier this week, so I will try to replicate with that today/tomorrow.
I was able to replicate the error from @jacob-roach-hike2 - Unable to retrieve continuation token: cannot pickle '_io.BufferedReader' object (InternalServerError) An unexpected error occurred. Code: InternalServerError Message: An unexpected error...
The Azure OpenAI models support a dataSources parameter for directly connecting to an Azure AI search index, and that's whats used by Azure OpenAI On Your Data in the studio....