mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 14:44:20 +01:00
📚 docs: update
This commit is contained in:
19
README.md
19
README.md
@@ -53,24 +53,24 @@ Your imagination is the limit!
|
|||||||
|
|
||||||
Welcome to Dev GPT, where we bring your ideas to life with the power of advanced artificial intelligence! Our automated development team is designed to create microservices tailored to your specific needs, making your software development process seamless and efficient. Comprised of a virtual Product Manager, Developer, and DevOps, our AI team ensures that every aspect of your project is covered, from concept to deployment.
|
Welcome to Dev GPT, where we bring your ideas to life with the power of advanced artificial intelligence! Our automated development team is designed to create microservices tailored to your specific needs, making your software development process seamless and efficient. Comprised of a virtual Product Manager, Developer, and DevOps, our AI team ensures that every aspect of your project is covered, from concept to deployment.
|
||||||
|
|
||||||
[//]: # ([](https://user-images.githubusercontent.com/11627845/231530421-272a66aa-4260-4e17-ab7a-ba66adca754c.mp4))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
### Requirements
|
|
||||||
- OpenAI key with access to GPT-3.5 or GPT-4
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
```bash
|
```bash
|
||||||
pip install dev-gpt
|
pip install dev-gpt
|
||||||
|
dev-gpt generate
|
||||||
|
```
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
- OpenAI key with access to GPT-3.5 or GPT-4
|
||||||
|
```bash
|
||||||
dev-gpt configure --key <your openai api key>
|
dev-gpt configure --key <your openai api key>
|
||||||
```
|
```
|
||||||
|
|
||||||
If you set the environment variable `OPENAI_API_KEY`, the configuration step can be skipped.
|
If you set the environment variable `OPENAI_API_KEY`, the configuration step can be skipped.
|
||||||
Your api key must have access to gpt-4 to use this tool.
|
Your api key must have access to gpt-4 to use this tool.
|
||||||
We are working on a way to use gpt-3.5-turbo as well.
|
We are working on a way to use gpt-3.5-turbo as well.
|
||||||
|
|
||||||
|
## Docs
|
||||||
### Generate Microservice
|
### Generate Microservice
|
||||||
```bash
|
```bash
|
||||||
dev-gpt generate \
|
dev-gpt generate \
|
||||||
@@ -96,7 +96,6 @@ With this command a playground opens in your browser where you can test the micr
|
|||||||
dev-gpt run --path <path to microservice>
|
dev-gpt run --path <path to microservice>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Deploy Microservice
|
### Deploy Microservice
|
||||||
If you want to deploy your microservice to the cloud a [Jina account](https://cloud.jina.ai/) is required.
|
If you want to deploy your microservice to the cloud a [Jina account](https://cloud.jina.ai/) is required.
|
||||||
When creating a Jina account, you get some free credits, which you can use to deploy your microservice ($0.025/hour).
|
When creating a Jina account, you get some free credits, which you can use to deploy your microservice ($0.025/hour).
|
||||||
@@ -105,7 +104,6 @@ If you run out of credits, you can purchase more.
|
|||||||
dev-gpt deploy --microservice_path <path to microservice>
|
dev-gpt deploy --microservice_path <path to microservice>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Delete Microservice
|
### Delete Microservice
|
||||||
To save credits you can delete your microservice via the following commands:
|
To save credits you can delete your microservice via the following commands:
|
||||||
```bash
|
```bash
|
||||||
@@ -124,7 +122,6 @@ dev-gpt generate \
|
|||||||
```
|
```
|
||||||
<img src="res/compliment_example.png" alt="Compliment Generator" width="400" />
|
<img src="res/compliment_example.png" alt="Compliment Generator" width="400" />
|
||||||
|
|
||||||
|
|
||||||
### Extract and summarize news articles given a URL
|
### Extract and summarize news articles given a URL
|
||||||
```bash
|
```bash
|
||||||
dev-gpt generate \
|
dev-gpt generate \
|
||||||
|
|||||||
Reference in New Issue
Block a user