Русская версия | English version
A plugin for Obsidian that integrates Groq's AI chat capabilities directly into your notes.
PolyChat is a powerful chat extension with support for AI models via the Groq API. Designed for flexibility and ease of use, it enables seamless communication with multiple models directly from your vault.
Main Interface
Settings Interface
- 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
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!
- 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
- meta-llama/llama-prompt-guard-2-22m
- meta-llama/llama-prompt-guard-2-86m
- qwen/qwen3-32b
See plugin settings for the full up-to-date list. Descriptions will be updated as soon as they become available.
- Open Obsidian Settings
- Go to Community Plugins and disable Safe Mode
- Click Browse and search for "PolyChat"
- Install the plugin
- Enable the plugin in Community Plugins
- 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.)
- Open any note in Obsidian
- Click the PolyChat icon in the sidebar
- Select the model you want (models update in real time)
- Start chatting with AI (text, code)
- View model info any time via the Model Info Dialog
# Clone the repository
git clone https://github.com/semernyakov/polychat.git
# Install dependencies
npm install
# Build the plugin
npm run build
# Lint the code
npm run lint
# Check for obsolete models
npm run check-models -- --help
The check_obsolete_models.ts
script verifies if the plugin is using any obsolete Groq models.
# Check with custom plugin data path (Linux/macOS)
npm run check-models -- --plugin-data-dir=~/.config/obsidian/plugins/groq-chat-plugin/data
# Check with custom plugin data path (Windows)
npm run check-models -- --plugin-data-dir=%APPDATA%\\obsidian\\plugins\\groq-chat-plugin\\data
-
Specify Obsidian config directory (if you know the path to
.obsidian
):npm run check-models -- --config-dir=~/.config/obsidian
-
Use environment variables (useful for scripts):
OBSIDIAN_VAULT_PATH=~/.config/obsidian \ npm run check-models
-
Development mode (uses default paths):
NODE_ENV=development npm run check-models
Plugin settings are usually found in one of these locations:
- Linux:
~/.config/obsidian/plugins/groq-chat-plugin/data/settings.json
- Windows:
%APPDATA%\\obsidian\\plugins\\groq-chat-plugin\\data\\settings.json
- macOS:
~/Library/Application Support/obsidian/plugins/groq-chat-plugin/data/settings.json
- Finds the plugin's settings file
- Checks which models are specified in the settings
- Compares them with the current list of available Groq models
- Shows any obsolete or non-existent models
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
For security issues, please read our Security Policy and report any vulnerabilities responsibly.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this plugin helpful, consider:
See CHANGELOG.ru.md for all changes.
Made with ❤️ for Obsidian Community,