Spaces:
Sleeping
Sleeping
metadata
title: Devika Assistant
emoji: π€
colorFrom: indigo
colorTo: yellow
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
short_description: AI coding assistant for development and programming help
π€ Devika AI Assistant
Devika is an advanced AI coding assistant that helps developers with various programming tasks. This Hugging Face Space provides a simplified interface to interact with Devika's core functionality.
π Features
- Code Generation: Get help writing code in various programming languages
- Project Creation: Start new coding projects with best practices
- Code Debugging: Get assistance in finding and fixing bugs
- Programming Q&A: Ask questions about programming concepts and get detailed answers
π How to Use
- Type your coding request or question in the text input
- Select your preferred language model:
- GPT-3.5 Turbo (default)
- GPT-4
- Claude-3-Opus
- Choose your search engine:
- DuckDuckGo (default, no API key needed)
- Bing (requires API key)
- Google (requires API key)
- Click "Send Message" and wait for Devika's response
π API Keys
To use certain features, you'll need to set up API keys in the Space settings:
- For GPT models: Set up your OpenAI API key
- For Claude: Set up your Anthropic API key
- For search engines: Follow the setup guide in the documentation
π Example Queries
- "Create a React component for a todo list"
- "Help me debug this Python function..."
- "How do I implement authentication in Express.js?"
- "Create a new Django project with user authentication"