Download the PHP package filaforge/filament-chat-ai without Composer
On this page you can find all versions of the php package filaforge/filament-chat-ai. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download filaforge/filament-chat-ai
More information about filaforge/filament-chat-ai
Files in filaforge/filament-chat-ai
Package filament-chat-ai
Short Description Comprehensive Filament panel plugin for chatting with AI models from multiple providers including HuggingFace, Ollama, and DeepSeek. Features conversation management, model profiles, and user-specific settings.
License MIT
Homepage https://github.com/filaforge/chat-ai
Informations about the package filament-chat-ai
Filaforge Chat AI
A powerful Filament plugin that integrates AI chat capabilities directly into your admin panel.
Features
- AI Chat Interface: Seamless chat experience with AI models
- Multiple AI Providers: Support for various AI services
- Conversation History: Keep track of all your AI conversations
- Customizable Prompts: Create and save custom prompt templates
- File Upload Support: Send files to AI for analysis
- Response Export: Save and share AI responses
- Real-time Chat: Live chat experience with streaming responses
Installation
1. Install via Composer
2. Publish & Migrate
3. Register Plugin
Add the plugin to your Filament panel provider:
Setup
Configuration
The plugin will automatically:
- Publish configuration files to
config/chat-ai.php - Publish view files to
resources/views/vendor/chat-ai/ - Publish migration files to
database/migrations/ - Register necessary routes and middleware
AI Provider Configuration
Configure your AI provider in the published config file:
Environment Variables
Add these to your .env file:
Usage
Accessing the Chat AI
- Navigate to your Filament admin panel
- Look for the "Chat AI" menu item
- Start chatting with AI models
Starting a Conversation
- Select AI Model: Choose from available AI providers
- Type Your Message: Enter your question or prompt
- Send Message: Submit your message to the AI
- View Response: See the AI's response in real-time
- Continue Chat: Keep the conversation going
Advanced Features
- File Uploads: Send documents, images, or other files
- Prompt Templates: Save and reuse common prompts
- Conversation Export: Download chat history
- Custom Settings: Adjust AI parameters and behavior
Troubleshooting
Common Issues
- API key errors: Verify your API keys are correct and have sufficient credits
- Rate limiting: Check your AI provider's rate limits
- Model not available: Ensure the selected model is available in your plan
- File upload issues: Check file size limits and supported formats
Debug Steps
-
Check the plugin configuration:
-
Verify routes are registered:
-
Test API connectivity:
-
Clear caches:
- Check logs for errors:
Uninstall
1. Remove Plugin Registration
Remove the plugin from your panel provider:
2. Roll Back Migrations (Optional)
3. Remove Published Assets (Optional)
4. Remove Package and Clear Caches
Support
- Documentation: GitHub Repository
- Issues: GitHub Issues
- Discussions: GitHub Discussions
Contributing
We welcome contributions! Please see our Contributing Guide for details.
License
This plugin is open-sourced software licensed under the MIT license.
Made with ❤️ by the Filaforge Team
All versions of filament-chat-ai with dependencies
filament/filament Version ^4.0
illuminate/support Version ^12.0
spatie/laravel-package-tools Version ^1.16
guzzlehttp/guzzle Version ^7.8