Does AZURE Open AI supports Assistant v2 ?

Karishma Nanda 250 Reputation points
2024-05-23T11:42:10.15+00:00

Is there any change in recent days for Azure Assistant api I am observing quite different and sometime wrong answer too while using code interpreter tool for analytical query? I am using api_version="2024-05-01-preview"

model=gpt-35-turbo-0613

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,644 questions
0 comments No comments
{count} votes

Accepted answer
  1. AshokPeddakotla-MSFT 30,511 Reputation points
    2024-05-23T13:49:54.36+00:00

    Karishma Nanda Greetings!

    I am observing quite different and sometime wrong answer too while using code interpreter tool for analytical query?

    Can you share more details about the issue with samples or examples?

    Regarding your query about Assistants v2, A refresh of the Assistants API is now publicly available. It contains the following updates:

    • File search tool and vector storage
    • Max completion and max prompt token support for managing token usage.
    • tool_choice parameter for forcing the Assistant to use a specified tool. You can now create messages with the assistant role to create custom conversation histories in Threads.
    • Support for temperature, top_p, response_format parameters.
    • Streaming and polling support. You can use the helper functions in our Python SDK to create runs and stream responses. We have also added polling SDK helpers to share object status updates without the need for polling.
    • Experiment with Logic Apps and Function Calling using Azure OpenAI Studio. Import your REST APIs implemented in Logic Apps as functions and the studio invokes the function (as a Logic Apps workflow) automatically based on the user prompt.
    • AutoGen by Microsoft Research provides a multi-agent conversation framework to enable convenient building of Large Language Model (LLM) workflows across a wide range of applications. Azure OpenAI assistants are now integrated into AutoGen via GPTAssistantAgent, a new experimental agent that lets you seamlessly add Assistants into AutoGen-based multi-agent workflows. This enables multiple Azure OpenAI assistants that could be task or domain specialized to collaborate and tackle complex tasks.
    • Support for fine-tuned gpt-3.5-turbo-0125 models in the following regions:
      • East US 2
        • Sweden Central
        • Expanded regional support for:
          • Japan East
            • UK South
              • West US
                • West US 3
                  • Norway east

    For more information, see the blog post about assistants.

    Please see What's new in Azure OpenAI Service for latest updates.

    Do let me know if that helps or have any further queries.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful