Purna Chandra Panda
Purna Chandra Panda
Hello @wjones127 , Do we have any update if there is plan to roll this out?
@butlerx Any thoughts on this login challenge?
any comments how to address it?
@Linda2023AI With latest openai sdk, that class seems to be deprecated. You could refer the working solution from https://github.com/Azure-Samples/azureai-samples/issues/124#issuecomment-2266349696.
@daneyoung01 With latest openai sdk, that class seems to be deprecated. You could refer the working solution from https://github.com/Azure-Samples/azureai-samples/issues/124#issuecomment-2266349696.
@RottenTangerine With latest openai sdk, following fix can manually be applied while repo is updated by owners. ``` from openai.types.beta.threads.message import Message from openai.types.beta.threads.text_content_block import TextContentBlock from openai.types.beta.threads.image_file_content_block import ImageFileContentBlock...
Hello @TaoChenOSU, @moonbox3 Thank you for the response. I am using the "azure ai model service endpoint" in ai foundry - https://learn.microsoft.com/en-us/azure/ai-foundry/model-inference/how-to/inference?tabs=python#using-the-routing-capability-in-the-azure-ai-model-inference-endpoint. As per which, the base_url would appear as...
Hello @blkqi How did it work for you? Can you please share what all env or path settings to try?