Accessing the Web Interface
Navigate to console.comput3.ai and sign in to access the chat interface.
Interface Overview
Main Chat Panel
The central area where conversations take place:- Message History: Previous messages in the current conversation
- Input Field: Type your messages and questions
- Send Button: Submit your message (or press Enter)
- Streaming Indicator: Shows when the AI is generating a response
Model Selection
Choose the AI model for your conversation:- Hermes 4 (405B)
- Hermes 4 (70B)
- DeepSeek V3.1
- Claude Sonnet 4
Best for: Complex reasoning, analysis, creative tasks
- Highest quality responses
- Best at following complex instructions
- More expensive per token
- Slower response times
Conversation Settings
Temperature Control
Temperature Control
Adjust the creativity vs consistency of responses:
- 0.0 - 0.3: Very consistent, deterministic responses
- 0.4 - 0.7: Balanced creativity and consistency (recommended)
- 0.8 - 1.0: Highly creative, varied responses
Max Tokens
Max Tokens
Control the maximum length of responses:
- 256 tokens: Short responses (~200 words)
- 512 tokens: Medium responses (~400 words)
- 1024 tokens: Long responses (~800 words)
- 2048+ tokens: Very long responses (articles, code)
Longer responses consume more tokens and cost more.
System Prompts
System Prompts
Set custom behavior for the AI:Common System Prompts:
- Code reviewer and mentor
- Technical writer and documentation expert
- Creative writing assistant
- Research and analysis specialist
Features and Functionality
Message Actions
Each message has several action buttons:Copy
Copy the message content to your clipboard for use elsewhere.
Regenerate
Generate a new response to the same prompt with different output.
Edit
Modify your message and regenerate the AI’s response.
Share
Share individual messages or entire conversations.
Conversation Management
1
Create New Conversation
Click the “New Chat” button to start a fresh conversation with no previous context.
2
Save Conversations
Conversations are automatically saved. Access them from the sidebar history.
3
Rename Conversations
Click the conversation title to rename it for better organization.
4
Delete Conversations
Use the delete button to permanently remove conversations you no longer need.
Advanced Features
File Uploads
Upload documents, images, and code files for analysis:- Documents
- Images
- Code Files
Supported formats: PDF, DOCX, TXT, MD
Export Options
Export conversations in multiple formats:- Markdown: For documentation and sharing
- PDF: For formal reports and presentations
- JSON: For programmatic processing
- Plain Text: For simple text processing
Collaboration Features
Work with team members on conversations:- Share Links: Generate shareable URLs for conversations
- Team Workspaces: Collaborate within organization boundaries
- Access Controls: Manage who can view and edit conversations
- Comment System: Add notes and feedback to conversations
Tips for Effective Usage
Writing Better Prompts
Be Specific
Be Specific
Instead of: “Help me with Python”Try: “Help me optimize this Python function that processes large CSV files for better memory usage”
Provide Context
Provide Context
Instead of: “Fix this code”Try: “This Python function is supposed to validate email addresses but it’s not catching invalid formats. Here’s the code: [paste code]”
Use Examples
Use Examples
Instead of: “Write a function”Try: “Write a Python function that takes a list like [“apple”, “banana”, “cherry”] and returns a dictionary with counts”
Conversation Flow
- Start with Context: Begin conversations with relevant background information
- Build Incrementally: Ask follow-up questions to refine responses
- Use References: Refer to previous messages: “Based on the code you just wrote…”
- Clarify When Needed: Ask for clarification if responses are unclear
Model Selection Strategy
Quick Questions
Use Hermes 4 (70B) for:
- Simple factual questions
- Quick code explanations
- Basic writing tasks
Complex Tasks
Use Hermes 4 (405B) for:
- Complex problem solving
- Detailed analysis
- Multi-step reasoning
Creative Work
Use Claude Sonnet 4 for:
- Creative writing
- Content generation
- Research synthesis
Keyboard Shortcuts
Speed up your workflow with these shortcuts:| Shortcut | Action |
|---|---|
Ctrl/Cmd + Enter | Send message |
Ctrl/Cmd + N | New conversation |
Ctrl/Cmd + K | Focus search |
Ctrl/Cmd + / | Show shortcuts |
↑/↓ | Navigate message history |
Ctrl/Cmd + R | Regenerate response |
Troubleshooting
Slow Response Times
Slow Response Times
Possible Causes:
- High server load during peak hours
- Complex prompts requiring more processing
- Large file uploads being processed
- Try during off-peak hours
- Break complex requests into smaller parts
- Reduce file sizes before uploading
Conversation Not Saving
Conversation Not Saving
Possible Causes:
- Browser storage issues
- Network connectivity problems
- Account authentication expired
- Clear browser cache and cookies
- Check internet connection
- Sign out and sign back in
Model Not Responding
Model Not Responding
Possible Causes:
- API rate limits exceeded
- Invalid or expired API key
- Model temporarily unavailable
- Check rate limit status in dashboard
- Verify API key is active
- Try a different model
- Contact support if issue persists
Best Practices
Privacy Awareness
Avoid sharing sensitive information like passwords, API keys, or personal data in conversations.
Token Management
Monitor token usage in your dashboard to manage costs effectively.
Conversation Organization
Use descriptive names for conversations and organize them by project or topic.
Regular Exports
Export important conversations regularly for backup and reference.