|
1 | 1 | --- |
2 | | -title: "AI User Copilot" |
| 2 | +title: "Smart Chat Features" |
3 | 3 | sidebarTitle: "Overview" |
4 | 4 | --- |
5 | 5 |
|
6 | | -## AI-Enabled Messaging Experience |
7 | | - |
8 | | -Picture a chat that effortlessly starts and flows, like catching up with your best buddy over a cup of coffee. With CometChat AI, we're making that a reality! Introducing **Conversation Starter** and **Smart Replies** that ignite natural and organic conversations. Say goodbye to awkward silences and hello to chat-filled adventures! |
9 | | - |
10 | | -For those who require a concise overview of their discussions, the **Conversation Summary** feature is available to provide a succinct recap. |
11 | | - |
12 | | -## Pre-requisite |
13 | | - |
14 | | -* Login to your [CometChat dashboard](https://app.cometchat.com/login) and choose your app. |
15 | | -* Navigate to **AI Chatbot** > **Settings** in the left-hand menu. |
| 6 | +CometChat AI helps conversations start faster, stay on track, and wrap up clearly with smart suggestions and summaries. |
| 7 | + |
| 8 | +## Features |
| 9 | + |
| 10 | +<CardGroup cols={3}> |
| 11 | + <Card title="Conversation Starter" href="/fundamentals/ai-user-copilot/conversation-starter"> |
| 12 | + Suggests the first message to kick off a conversation. |
| 13 | + </Card> |
| 14 | + <Card title="Smart Replies" href="/fundamentals/ai-user-copilot/smart-replies"> |
| 15 | + Provides quick, context-aware replies. |
| 16 | + </Card> |
| 17 | + <Card title="Conversation Summary" href="/fundamentals/ai-user-copilot/conversation-summary"> |
| 18 | + Generates a concise summary of a conversation. |
| 19 | + </Card> |
| 20 | +</CardGroup> |
| 21 | + |
| 22 | +## Prerequisites |
| 23 | + |
| 24 | +<Steps> |
| 25 | + <Step title="Open your CometChat app"> |
| 26 | + Login to your [CometChat dashboard](https://app.cometchat.com/login) and choose your app. |
| 27 | + </Step> |
| 28 | + <Step title="Open AI settings"> |
| 29 | + Navigate to **AI Chatbot** → **Settings** in the left-hand menu. |
| 30 | + </Step> |
| 31 | +</Steps> |
16 | 32 |
|
17 | 33 | <Frame> |
18 | 34 | <img src="/images/c2472804-cometchat-dashboard-ai-overview-905624fdf2187e841bb7e13ac75b5946.png" /> |
19 | 35 | </Frame> |
20 | 36 |
|
21 | | -### Set the GPT Model |
22 | | - |
23 | | -Enter the name of the Open AI ChatGPT model that you intend to use. |
24 | | - |
25 | | -### Save the Open AI Key |
26 | | - |
27 | | -You can get the Open AI Key from your [Open AI Account](https://platform.openai.com/account/api-keys). This will be used by CometChat to interact with the Open AI APIs. |
28 | | - |
29 | | -### Set a Custom Instruction |
30 | | - |
31 | | -Custom Instruction is an information which gets added in each and every ChatGPT prompt made by the CometChat AI. Custom Instruction is app-level information you can add to describe your use-case & inform what kind of responses you need from the CometChat AI. |
32 | | - |
33 | | -### Set the Temperature |
34 | | - |
35 | | -The API is non-deterministic by default. This means that you might get a slightly different completion every time you call it, even if your prompt stays the same. Setting temperature to 0 will make the outputs mostly deterministic, but a small amount of variability will remain. |
36 | | - |
37 | | -Lower values for temperature result in more consistent outputs, while higher values generate more diverse and creative results. Select a temperature value based on the desired trade-off between coherence and creativity for your specific application. |
38 | | - |
39 | | -### Enable AI |
40 | | - |
41 | | -Toggle on AI. |
| 37 | +## Configure AI |
| 38 | + |
| 39 | +<Steps> |
| 40 | + <Step title="Set the GPT model"> |
| 41 | + Enter the OpenAI ChatGPT model name you intend to use. |
| 42 | + </Step> |
| 43 | + <Step title="Save the OpenAI key"> |
| 44 | + Generate an API key from your [OpenAI account](https://platform.openai.com/account/api-keys) and save it here. |
| 45 | + </Step> |
| 46 | + <Step title="Set a custom instruction"> |
| 47 | + Add app-level context to guide how CometChat AI responds. |
| 48 | + </Step> |
| 49 | + <Step title="Set the temperature"> |
| 50 | + Choose a value based on the desired balance between consistency and creativity. |
| 51 | + </Step> |
| 52 | + <Step title="Enable AI"> |
| 53 | + Toggle AI on to activate these features. |
| 54 | + </Step> |
| 55 | +</Steps> |
| 56 | + |
| 57 | +<Note> |
| 58 | +Lower temperature values produce more consistent responses, while higher values are more creative. |
| 59 | +</Note> |
0 commit comments