diff --git a/README.md b/README.md index 537ddd9..cc1d18a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ + # [DevGPT](https://chat.openai.com/g/g-eN7HtAqXW-devgpt) -## _Code togheter, right now.._ + +## _Code together, right now.._ Check my activity stats on Github **before** and **after** using this tool ![stats](https://github.com/fabriziosalmi/DevGPT/blob/main/stats.png?raw=true) @@ -8,8 +10,8 @@ Check my activity stats on Github **before** and **after** using this tool ![DevGPT](https://github.com/fabriziosalmi/DevGPT/blob/main/DevGPT.png?raw=true) - ## How to use + The hitchhiker's guide to DevGPT: 1. Initialize a new project typing /project followed by the name and the description like this: `/project MyApp My application is a simple chatbot using GPT2 Italian model` @@ -18,13 +20,12 @@ The hitchhiker's guide to DevGPT: ### Tips -- you can also ask it to improve a single file by typing `/improve `and paste the file content you want to be improved +- you can also ask it to improve a single file by typing `/improve` and paste the file content you want to be improved - you can ask to add `/logs` and `/debug` snippets for a better troubleshooting - you can ask to evaluate compute resources needed to run the application by typing `/dim` - you can ask to create a README.md file for the application Github repo by typing `/repo` -..and much more.. it is continuosly improved for any need ^_^ - +..and much more.. it is continuously improved for any need ^_^ Here's a list of valid commands and their uses: @@ -48,12 +49,12 @@ Here's a list of valid commands and their uses: | /repo | Create README.md files for GitHub with all needed project information. | | /fix | Try to make the same script work with another approach. | - ## Example uses Please advice if you build something with DevGPT, it will be amazing to have a wall of fame :) Chats: + - [Create a simple blockchain](https://chat.openai.com/share/f6f1a789-0a1e-4648-90c9-88ba36e40389) - [Manage DNS via DNSControl and GitHub Actions](https://chat.openai.com/share/3ccd6a94-6ca6-4ee9-b76c-db48cfca2646) - [Finetune GPT2 LLM model](https://chat.openai.com/share/f3c41438-47be-49ed-9800-d7c78d90f75d) @@ -61,4 +62,5 @@ Chats: - [HTML Bootstrap based skeleton for dummies](https://chat.openai.com/share/e927387f-75a6-4501-b204-4647e317851b) Build in minutes with DevGPT: + - [Ethical AI automated assessment using Github Actions and OpenAI API](https://github.com/fabriziosalmi/EthicalAI/tree/main)