Skip to content

Support for Chat Completions Action

The Chat Completions API from OpenAI enables developers to build interactive, context-aware conversational experiences using advanced AI models like GPT-3.5 and GPT-4. This API is well-suited for applications such as chatbots and virtual assistants, offering intelligent and engaging dialogue capabilities.

Integration with Mobile Development Kit

The Mobile Development Kit now supports integration with the Chat Completions API. To leverage this feature, SAP AI Core is required for managing the AI model lifecycle. The Mobile Development Kit works seamlessly with AI Core models that support the Chat Completions API, ensuring smooth integration and enhanced functionality.

Setup

For detailed instructions on setting up SAP AI Core, please refer to the SAP AI Core Service Guide.

Supported Features

  • Text Input: Allows users to submit text prompts to the API and receive AI-generated responses.
  • Image Input: Allows users to include images in their interactions, enhancing the conversational experience with multi-modal inputs.
  • Function Calling: Lets the AI model invoke specific functions or execute commands based on the context of the conversation.

New Context API

A new context API, binaryToBase64String, has been introduced to convert binary data to a base64 string, improving image input handling and integration.


Last update: November 27, 2024