Skip to content

Commit 186f98e

Browse files
authored
Merge pull request #1141 from Pythagora-io/update-readme
Update readme
2 parents a5d3231 + 98b6da2 commit 186f98e

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

β€ŽREADME.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
</div>
5252

53-
GPT Pilot is the core technology for the [Pythagora VS Code extension](https://bit.ly/3IeZxp6) that aims to provide **the first real AI developer companion**. Not just an autocomplete or a helper for PR messages but rather a real AI developer that can write full features, debug them, talk to you about issues, ask for review, etc.
53+
GPT Pilot is the core technology for the [Pythagora VS Code extension](https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.pythagora-vs-code) that aims to provide **the first real AI developer companion**. Not just an autocomplete or a helper for PR messages but rather a real AI developer that can write full features, debug them, talk to you about issues, ask for review, etc.
5454

5555
---
5656

@@ -97,7 +97,7 @@ If you are interested in our learnings during this project, you can check [our l
9797
- **Python 3.9+**
9898

9999
# 🚦How to start using gpt-pilot?
100-
πŸ‘‰ If you are using VS Code as your IDE, the easiest way to start is by downloading [GPT Pilot VS Code extension](https://bit.ly/3IeZxp6). πŸ‘ˆ
100+
πŸ‘‰ If you are using VS Code as your IDE, the easiest way to start is by downloading [GPT Pilot VS Code extension](https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.pythagora-vs-code). πŸ‘ˆ
101101

102102
Otherwise, you can use the CLI tool.
103103

@@ -120,9 +120,9 @@ After you have Python and (optionally) PostgreSQL installed, follow these steps:
120120

121121
All generated code will be stored in the folder `workspace` inside the folder named after the app name you enter upon starting the pilot.
122122

123-
# πŸ”Ž [Examples](https://github.com/Pythagora-io/gpt-pilot/wiki/Apps-created-with-GPT-Pilot)
123+
# πŸ”Ž [Examples](https://github.com/Pythagora-io/gpt-pilot/wiki/Pythagora-App-Lab)
124124

125-
[Click here](https://github.com/Pythagora-io/gpt-pilot/wiki/Apps-created-with-GPT-Pilot) to see all example apps created with GPT Pilot.
125+
[Click here](https://github.com/Pythagora-io/gpt-pilot/wiki/Pythagora-App-Lab) to see examples of apps created with Pythagora.
126126

127127
### PostgreSQL support
128128

@@ -206,7 +206,15 @@ Other than the research, GPT Pilot needs to be debugged to work in different sce
206206
## πŸ“Š Telemetry
207207
To improve GPT Pilot, we are tracking some events from which you can opt out at any time. You can read more about it [here](./docs/TELEMETRY.md).
208208

209-
# πŸ”— Connect with us
210-
🌟 As an open-source tool, it would mean the world to us if you starred the GPT-pilot repo 🌟
209+
# πŸ”— Connect with us
211210

212-
πŸ’¬ Join [the Discord server](https://discord.gg/HaqXugmxr9) to get in touch.
211+
🌟 **If you find GPT Pilot useful, please consider [starring the repo](https://github.com/Pythagora-io/gpt-pilot)!** It helps us grow and continue improving the project. 🌟
212+
213+
πŸ’¬ **Need help or have questions?**
214+
- Join our [Discord community](https://discord.gg/HaqXugmxr9) to connect with other users and our team.
215+
- Visit our [Contact Us](https://github.com/Pythagora-io/gpt-pilot/wiki/Contact-Us) page for additional support.
216+
217+
πŸ“– **Learn more about Pythagora & GPT Pilot:**
218+
- Explore our [Wiki](https://github.com/Pythagora-io/gpt-pilot/wiki) for in-depth documentation.
219+
- Check out our [FAQ](https://github.com/Pythagora-io/gpt-pilot/wiki/Frequently-Asked-Questions) for common questions and troubleshooting tips.
220+
- Visit our [YouTube](https://www.youtube.com/@pythagoraa) channel for demos and how-to videos.

0 commit comments

Comments
Β (0)