groq-chat-plugin
v1.3.0
Published
Groq Chat Plugin for Obsidian
Downloads
20
Maintainers
Readme
Groq Chat Plugin for Obsidian
Русская версия | English version
A plugin for Obsidian that integrates Groq's AI chat capabilities directly into your notes.
Features
- Direct integration with Groq AI models
- Dynamic model list: models are updated in real-time, always fresh
- Model Info Dialog: detailed info for each model (name, description, developer, max tokens, release status, etc.)
- Support for text, vision (image), coder, and audio models
- Localized interface (English/Russian)
- Markdown formatting and code highlighting
- Mobile support
- Custom model selection
- Chat history with IndexedDB/localStorage/file options
- Context-aware responses
- Raw/Markdown source view toggle for assistant messages
- Configurable default display mode (tab or side panel)
- Hotkeys and advanced settings
- Secure API key storage
- Open source and community-driven
Project Status
This project is actively maintained and developed. New features are added regularly, including dynamic model updates, vision/coder/audio support, and improved UI/UX. Automated tests and advanced model integrations (audio/image) are planned. Feedback and contributions are welcome!
Supported Models (Current List)
- distil-whisper-large-v3-en
- whisper-large-v3
- llama-3.3-70b-versatile
- deepseek-r1-distill-llama-70b
- meta-llama/llama-guard-4-12b
- whisper-large-v3-turbo
- meta-llama/llama-4-maverick-17b-128e-instruct
- compound-beta
- llama3-8b-8192
- playai-tts
- mistral-saba-24b
- qwen-qwq-32b
- llama-guard-3-8b
- meta-llama/llama-4-scout-17b-16e-instruct
- llama3-70b-8192
- playai-tts-arabic
- gemma2-9b-it
- compound-beta-mini
- allam-2-7b
- llama-3.1-8b-instant
See plugin settings for the full up-to-date list. Descriptions will be updated as soon as they become available.
Installation
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "Groq Chat"
- Install the plugin
- Enable the plugin in Community Plugins
Configuration
- Get your API key from Groq Console
- Open plugin settings in Obsidian
- Enter your API key
- Configure additional settings as needed (Note: Settings have been updated, including options for default display mode and history storage. See plugin settings for details.)
Usage
- Open any note in Obsidian
- Click the Groq Chat icon in the sidebar
- Select the model you want (models update in real time)
- Start chatting with AI (text, code, or images)
- Use
/commands for extra features (clear, settings, etc.) - View model info any time via the Model Info Dialog
Development
# Clone the repository
git clone https://github.com/semernyakov/groq-chat-plugin.git
# Install dependencies
npm install
# Start development server
npm run dev
# Build the plugin
npm run build
# Run tests
npm run test
# Check code style
npm run lintContributing
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
Security
For security issues, please read our Security Policy and report any vulnerabilities responsibly.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
If you find this plugin helpful, consider:
Changelog
See CHANGELOG.ru.md for all changes.
