QuickBlox AI for Android provides a range of features to enhance the chat experience.
name | description |
---|---|
AI Answer assistant | Provides answers based on chat history |
AI Translate | Provides translation of chat message |
AI Rephrase | Provides multiple variants of text |
smartChatAssistantId
param follow the steps below:
parameter name | type | description |
---|---|---|
smartChatAssistantId | String | This field should hold your actual Smart Chat Assistant ID that you’ll receive from the QuickBlox account. This ID is used to authenticate your requests to the AI service. |
parameter name | type | description |
---|---|---|
openAIToken | String | The token for access to OpenAI API |
parameter name | type | description |
---|---|---|
serverProxyUrl | String | The URL of a proxy server |
parameter name | type | description |
---|---|---|
openAIModel | Model | Model of Open AI |
maxRequestTokens | Int | Maximum number of tokens for a request |
maxResponseTokens | Int | Maximum number of tokens for a response |
organization | String | The organization ID is the unique identifier for your organization which can be used in API requests. |
temperature | Float | The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 |
smartChatAssistantId
param follow the steps below:
parameter name | type | description |
---|---|---|
smartChatAssistantId | String | This field should hold your actual Smart Chat Assistant ID that you’ll receive from the QuickBlox account. This ID is used to authenticate your requests to the AI service. |
parameter name | type | description |
---|---|---|
openAIToken | String | The token for access to OpenAI API |
parameter name | type | description |
---|---|---|
serverProxyUrl | String | The URL of a proxy server |
Languages.ENGLISH
.
QuickBlox Android UIKit also has the ability to set additional query parameters for AITranslate, for example:
parameter name | type | description |
---|---|---|
openAIModel | Model | Model of Open AI |
maxRequestTokens | Int | Maximum number of tokens for a request |
maxResponseTokens | Int | Maximum number of tokens for a response |
organization | String | The organization ID is the unique identifier for your organization which can be used in API requests. |
temperature | Float | The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 |
parameter name | type | description |
---|---|---|
openAIToken | String | The token for access to OpenAI API |
parameter name | type | description |
---|---|---|
serverProxyUrl | String | The URL of a proxy server |
parameter name | type | description |
---|---|---|
tones | List | List of custom tones |
parameter name | type | description |
---|---|---|
openAIModel | Model | Model of Open AI |
maxRequestTokens | Int | Maximum number of tokens for a request |
maxResponseTokens | Int | Maximum number of tokens for a response |
organization | String | The organization ID is the unique identifier for your organization which can be used in API requests. |
temperature | Float | The sampling temperature, between 0 and 1. Higher values like 0.8 will make the output more random, while lower values like 0.2 |