Spaces:
Sleeping
Sleeping
File size: 1,899 Bytes
092270e 3c10197 092270e dab7e4c 092270e dab7e4c 092270e 3c10197 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
---
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
1. Type your coding request or question in the text input
2. Select your preferred language model:
- GPT-3.5 Turbo (default)
- GPT-4
- Claude-3-Opus
3. Choose your search engine:
- DuckDuckGo (default, no API key needed)
- Bing (requires API key)
- Google (requires API key)
4. 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](https://github.com/stitionai/devika/blob/main/docs/Installation/search_engine.md)
## π 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"
## π Links
- [GitHub Repository](https://github.com/stitionai/devika)
- [Documentation](https://github.com/stitionai/devika/tree/main/docs)
- [Report Issues](https://github.com/stitionai/devika/issues)
|