|
24 | 24 | "CHATBOT_NAME_LABEL": "Chatbot Name", |
25 | 25 | "CHATBOT_NAME_HELPER": "This is the name that users will see when they interact with the chatbot", |
26 | 26 | "CHATBOT_NAME_DEFAULT_MESSAGE": "by default", |
| 27 | + "CHATBOT_VERSION_DEFAULT_MESSAGE": "by default", |
27 | 28 | "CHATBOT_PROMPT_LABEL": "Chatbot Prompt", |
28 | 29 | "CHATBOT_PROMPT_HELPER_LABEL": "In-depth technical description", |
29 | | - "CHATBOT_PROMPT_HELPER": "This is the name that users will see when they interact with the chatbot", |
| 30 | + "CHATBOT_PROMPT_HELPER": "This is a collection of examples of interactions that define the chatbot's personality.", |
30 | 31 | "CHATBOT_PROMPT_FORMAT_HELPER": "To describe the initial situation, create an object at the start of the array with 2 keys: 'role' and 'content'. For the initial description the role must be 'system'. Place your description of the initial situation in the 'content' key. Add interaction examples after that. Add one object per message with the role corresponding to either 'assistant' or 'user'.", |
31 | 32 | "CHATBOT_PROMPT_FORMAT_EXAMPLE": "Here is an example", |
32 | 33 | "CHATBOT_PROMPT_API_REFERENCE": "See the API reference", |
|
66 | 67 | "GPT_3_5_TURBO_DESCRIPTION": "Optimized for speed and efficiency, suitable for applications where quick interactions are needed.", |
67 | 68 | "GPT_4_DESCRIPTION": "Features deeper learning and more comprehensive knowledge, ideal for content creation and technical support.", |
68 | 69 | "GPT_4_TURBO_DESCRIPTION": "Combines the depth of GPT-4 with enhanced speed, perfect for high-demand scenarios.", |
69 | | - "CHATBOT_MODEL_VERSION_HELPER": "This defines gpt version used within the model, default version is gpt-3.5-turbo-0125.", |
| 70 | + "CHATBOT_MODEL_VERSION_HELPER": "This defines the model that will be used. The default is: {{default}}.", |
70 | 71 | "RECOMMENDED": "Recommended" |
71 | 72 | } |
72 | 73 | } |
0 commit comments