Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos and lint issues in README.md #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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`
Expand All @@ -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:

Expand All @@ -48,17 +49,18 @@ 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)
- [ScamTracker: how to match bad patterns in the stock market (PoC)](https://chat.openai.com/share/eb8e3a42-b8c5-4abe-9ab5-b5f83904de60)
- [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)