AI Chat Commands
Notabyte offers several commands to interact with different AI models for conversational purposes, text generation, and quick answers.
General AI Chat (!chat
)
Use the !chat
command to have a contextual conversation with the YuriAI model. The bot will remember previous parts of your conversation within the same chat.
Command: !chat <your message>
or reply to the bot's message with your text.
Cost: 1 Snak per interaction.
Model: YuriAI
Features
- Contextual Conversation: The AI remembers the last few exchanges in your current chat session.
- Full Response Display: For longer AI responses, a "Show Full Response" button may appear, allowing you to view the complete text.
- HTML Formatting: Responses are sanitized and formatted using HTML for better readability in Telegram.
Example Usage
!chat Tell me a fun fact about space. To continue the conversation, you can simply reply to the bot's response.
Advanced Text Generation (!gpt
)
For more advanced text generation, use the !gpt
command. This command utilizes OpenAI's GPT-4o model and incorporates Retrieval Augmented Generation (RAG) by performing a web search to gather relevant context before generating a response.
Command: !gpt <your prompt>
Cost: 1 Snak per interaction.
Model: OPenAI
Features
- RAG Enhanced: Fetches context from web search results to provide more informed and relevant answers.
- Content Moderation: Prompts are checked against OpenAI's moderation API.
- HTML Formatting: Responses are sanitized and formatted.
Example Usage
!gpt What are the latest advancements in quantum computing?
Quick Answers (!ds
or !answer
)
For quick and concise answers, use the !ds
(DeepSeek) or !answer
command. This command is free and also uses RAG to provide context-aware responses. It's designed for shorter, paragraph-limited replies.
Command: !ds <your prompt>
or !answer <your prompt>
Cost: Free.
Model: DeepSeek
Features
- RAG Enhanced: Uses web search context.
- Concise Responses: Output is generally limited to one paragraph.
- HTML Formatting: Responses are sanitized and formatted.
Example Usage
!ds What is the capital of Australia? Use with caution. !answer Briefly explain the concept of photosynthesis. For more details on Snak costs, see the Snaks documentation.