Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6
Code togheter, right now! GPT powered code assistant to build project in minutes
License
fabriziosalmi/DevGPT
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Formerly known as DevGPT, rebranded due to OpenAI policy changes.
- New ML-Focused Version: Discover our enhanced version for building machine learning projects and pipelineshere.
- OpenWebUI Prompt: Access the OpenWebUI prompthere, compatible with models like Stable-Code-3B, Llama-3-8B, WizardLM2-7B, Mistral, GPT3.5, and GPT4o.
Follow this guide to get started with Code Together:
- Initialize a Project: Use the
/projectcommand followed by the project name and description.
Example:/project MyApp"My application is a simple chatbot using the GPT2 Italian model" - Complete Your Files: Review the project structure and use
/complete filenameto generate the necessary files. - Finish and Refine: Use additional commands like
/improve,/logs,/debug, or/dimto enhance and finalize your project.
- Improve a File: Type
/improvefollowed by the file content to enhance a specific file. - Add Logging: Use
/logsto insert logging and debugging snippets. - Resource Estimation: Estimate compute resources required with
/dim. - Generate a README: Create a project README with
/repo.
...and much more! Code Together is continuously evolving to meet all your development needs.
| Command | Description | Example Use |
|---|---|---|
/project | Initialize a new project with a name and description. | /project MyApp "My application is a simple chatbot" |
/list | List all needed files for the project in a Linux environment. | /list |
/setup | Proposemain andrequirements.txt files with full code. | /setup |
/env | List required imports, libraries, and environment setup steps (Linux only). | /env |
/dim | Calculate the minimum RAM and HDD space required to run the project. | /dim |
/split | Modularize a single code snippet or file into multiple files. | /split (after providing a large code block) |
/log | Add logging to the existing code. | /log (after selecting or providing code) |
/docs | Explain the functions and libraries used in the latest code snippet. | /docs (after providing code) |
/debug | Add debugging code to troubleshoot issues. | /debug (after selecting or providing code) |
/exec | Simulate running the code and display the output. | /exec (after setting up the required files and env.) |
/improve | Optimize and enhance the existing code. | /improve (after selecting or providing code) |
/complete | Generate a complete script for a specific file. | /complete my_file.py |
/order | Provide the order of file execution to test the project. | /order |
/adapt | Update all existing files to accommodate recent changes. | /adapt (after modifying one file) |
/use | Explain how to run, use, or test the project. | /use |
/repo | Generate a README.md file for GitHub with all necessary project information. | /repo |
/fix | Attempt to make the script work using an alternative approach. | /fix (when existing code doesn't work) |
/thanks | Encourage users to support the project by starring the GitHub repository. | /thanks |
Share your creations! I love to feature them in the "Wall of Fame" 😊
- Create a Simple Blockchain
- Manage DNS with DNSControl and GitHub Actions
- Fine-Tune GPT2 LLM Model
- ScamTracker: Pattern Matching in the Stock Market (PoC)
- HTML Bootstrap Skeleton for Beginners
- AI-Enhanced Real Estate Valuation (AIREV)
Contributions are welcome! Please read thecontributing guidelines for more details on how to get involved.
This project is licensed under the MIT License - see theLICENSE file for details.
For questions, issues, or feedback, pleaseopen an issue.
About
Code togheter, right now! GPT powered code assistant to build project in minutes
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
