-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from bootstrapguru/update-models-docs
Update AI Models Documentation
- Loading branch information
Showing
7 changed files
with
182 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,76 @@ | ||
# 🤖 Dexor (Previously droid.dev) | ||
# 🤖 Dexor | ||
|
||
Welcome to **Dexor**, your trusty companion for automating and streamlining your development tasks. Dexor is here to help you stay productive by automating repetitive tasks, identifying and fixing bugs, writing comprehensive test cases, and maintaining a consistent codebase. Checkout the [documentation](https://docs.dexors.dev/) to get started! | ||
**Dexor** is your AI-powered coding assistant that transforms the way you develop software. With Dexor, you can: | ||
|
||
Checkout the youtube video [here](https://youtu.be/oLmbafcHCKg) | ||
- 🚀 Accelerate development by automating repetitive tasks | ||
- 🐛 Identify and fix bugs with AI-driven precision | ||
- ✅ Generate comprehensive test cases effortlessly | ||
- 🧹 Maintain a clean and consistent codebase | ||
|
||
<p align="center"> | ||
<a href="https://packagist.org/packages/bootstrapguru/droid"><img src="https://img.shields.io/packagist/dt/bootstrapguru/droid.svg" alt="Total Downloads" /></a> | ||
<a href="https://packagist.org/packages/bootstrapguru/droid"><img src="https://img.shields.io/packagist/v/bootstrapguru/droid.svg?label=stable" alt="Latest Stable Version" /></a> | ||
<a href="https://packagist.org/packages/bootstrapguru/droid"><img src="https://img.shields.io/packagist/l/bootstrapguru/droid.svg" alt="License" /></a> | ||
</p> | ||
<img src="https://raw.githubusercontent.com/bootstrapguru/dexor/main/resources/images/dexor.webp"> | ||
Experience the future of coding – where AI meets your development workflow. | ||
|
||
## Documentation | ||
## 🧠 Supported AI Models | ||
|
||
For full documentation, getting started guides, and advanced usage, please visit [docs.dexors.dev](https://docs.dexor.dev/). | ||
Dexor integrates with multiple AI providers, offering you flexibility and cutting-edge capabilities: | ||
|
||
## License | ||
- **[Anthropic Claude](https://docs.anthropic.com/en/docs/about-claude/models)**: Our top recommendation for its advanced reasoning. Popular model: Claude 3.5 Sonnet (Best) | ||
- **[OpenAI](https://platform.openai.com/docs/models)**: Access state-of-the-art language models. Popular models: GPT-4o and GPT-4o-mini | ||
- **[Open Router](https://openrouter.ai/models)**: Tap into a variety of AI models through a single API. Popular model: openrouter/auto | ||
- **[Ollama](https://ollama.com)**: Run open-source language models locally for enhanced privacy and speed. Popular model: Llama 3.1 | ||
- **[DeepSeek](https://platform.deepseek.com/api-docs/pricing)**: Utilize specialized AI models for deep learning tasks. Popular model: DeepSeek Coder V2 | ||
|
||
Dexor is an open-source software licensed under the GPL v3 license. | ||
Choose the AI provider that best suits your project needs and development style. Each offers unique strengths to enhance your coding experience with Dexor. | ||
|
||
## 🌐 Discord Community: [![Discord](https://img.shields.io/discord/YOUR_DISCORD_SERVER_ID?color=7289da&label=Discord&logo=discord&logoColor=ffffff)](https://discord.gg/DRzG5a3u4x) | ||
|
||
|
||
## 🚀 Quick Start | ||
|
||
### Requirements | ||
|
||
Before installing Dexor, ensure your system has: | ||
- PHP version 8.2.0 or higher | ||
|
||
### Installation | ||
|
||
Choose your preferred installation method: | ||
|
||
#### Via Curl | ||
|
||
```sh | ||
curl -L https://github.com/bootstrapguru/dexor/releases/latest/download/dexor -o /usr/local/bin/dexor | ||
chmod +x /usr/local/bin/dexor | ||
``` | ||
|
||
#### Via Composer | ||
|
||
```sh | ||
composer global require bootstrapguru/dexor | ||
``` | ||
|
||
### Usage | ||
|
||
Activate Dexor with: | ||
|
||
```sh | ||
dexor | ||
``` | ||
|
||
To create a new assistant: | ||
|
||
```sh | ||
dexor --new | ||
``` | ||
|
||
## 📚 Documentation | ||
|
||
For comprehensive documentation, detailed getting started guides, and advanced usage, please visit our [official documentation](https://docs.dexors.dev/). | ||
|
||
## 🎥 Video Tutorial | ||
|
||
Check out our YouTube video tutorial [here](https://youtu.be/oLmbafcHCKg) for a visual guide to getting started with Dexor. | ||
|
||
|
||
## 📄 License | ||
|
||
Dexor is open-source software licensed under the GPL v3 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# AI Models | ||
|
||
Dexor integrates with multiple AI providers, offering you flexibility and cutting-edge capabilities. This page provides an overview of the supported AI models and their key features. | ||
|
||
## Supported AI Providers | ||
|
||
### Anthropic Claude | ||
|
||
**[Anthropic Claude](https://docs.anthropic.com/en/docs/about-claude/models)** is our top recommendation for its advanced reasoning capabilities. | ||
|
||
- **Popular Model:** Claude 3.5 Sonnet (Best) | ||
- **Key Features:** | ||
- Advanced reasoning and problem-solving | ||
- Excellent at understanding context and nuance | ||
- Strong performance in coding tasks | ||
|
||
### OpenAI | ||
|
||
**[OpenAI](https://platform.openai.com/docs/models)** provides access to state-of-the-art language models. | ||
|
||
- **Popular Models:** GPT-4oo and GPT-4oo-mini | ||
- **Key Features:** | ||
- Highly capable in a wide range of tasks | ||
- Strong coding abilities | ||
- Constant updates and improvements | ||
|
||
### Open Router | ||
|
||
**[Open Router](https://openrouter.ai/models)** allows you to tap into a variety of AI models through a single API. | ||
|
||
- **Popular Model:** openrouter/auto | ||
- **Key Features:** | ||
- Access to multiple AI models | ||
- Automatic model selection based on the task | ||
- Flexibility in choosing specific models | ||
|
||
### Ollama | ||
|
||
**[Ollama](https://ollama.com)** enables you to run open-source language models locally. | ||
|
||
- **Popular Model:** Llama 3.1 | ||
- **Key Features:** | ||
- Enhanced privacy by running models locally | ||
- Faster response times | ||
- Customizable and fine-tunable models | ||
|
||
### DeepSeek | ||
|
||
**[DeepSeek](https://platform.deepseek.com/api-docs/pricing)** offers specialized AI models for deep learning tasks. | ||
|
||
- **Popular Model:** DeepSeek Coder V2 | ||
- **Key Features:** | ||
- Specialized in coding tasks | ||
- Strong performance in code generation and analysis | ||
- Continuous improvements in AI coding capabilities | ||
|
||
## Choosing the Right Model | ||
|
||
Evaluate key factors when selecting an AI model: | ||
|
||
1. **Task Complexity:** For more complex reasoning tasks, Claude or GPT-4o might be better suited. | ||
2. **Privacy Concerns:** If you need to keep your data local, Ollama could be the best choice. | ||
3. **Coding Specificity:** For coding tasks, Claude and GPT-4o also provide excellent performance, but for cost-effectiveness, consider DeepSeek Coder V2 or GPT-4o-mini. | ||
4. **Flexibility:** If you need access to a variety of models, Open Router provides a good balance. The openrouter/auto model allows Open Router to select the best model based on a given prompt. However, it's essential to check the usage page in the Open Router dashboard, as costs can escalate if the expensive models are chosen | ||
5. **Cost:** Consider the pricing models of each provider and how they align with your usage patterns. | ||
|
||
Remember, you can always experiment with different models to find the one that works best for your specific needs and workflow. |