Skip to main content

AI-Starter 2.4.4

· 2 min read

We have released the latest version 2.4.4 of AI-Starter. In this update, we have updated the supported assistants and made minor functional improvements. Details are as follows:

Main Update Contents

  1. Support for OpenAI's chatgpt-4o-latest model
  2. Alias support for Gemini models
  3. Addition of parameters to search query generation
  4. End of Support for Old OpenAI Models

1. Support for OpenAI's ChatGPT-4o latest model

OpenAI has added support for their latest research model "ChatGPT-4o latest".

This model is a dynamic model that is continuously updated to the latest version of ChatGPT's GPT-4, provided for developers and researchers to explore OpenAI's latest research. For production environments, it is recommended to use stable GPT models optimized for API usage.

For details on this model, please refer to the following blog:

2. Alias support for Gemini models

We have implemented alias support for Gemini models. This makes it easier to upgrade Gemini model versions and add new models. For information on aliases, please refer to the following documentation:

3. Addition of parameters to search query generation

We have added the latestMessages parameter to search query generation. This allows you to specify an array of system prompts and recent inputs when generating search queries. Search queries are mainly used with the following options:

  • Options
    • KendraRetrieval
    • SearchQueryGeneration
    • BingSearchQueryGeneration

4. End of Support for Old OpenAI Models

We have ended support for the following old OpenAI models. Going forward, please use the latest models from OpenAI, such as GPT-4o.

  • OpnAI GPT-4
  • OpnAI GPT-3.5 Turbo

Equivalent models on Azure OpenAI remain available for use.

Conclusion

AI-Starter values feedback from our users and continues to make improvements. Please try out the new features and share your opinions and requests with us. Your feedback contributes to the further evolution of AI-Starter.

We look forward to bringing you more updates in the future.