Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Commit 2d4c780

Browse files
committed
Updated
1 parent 621841c commit 2d4c780

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ This project includes:
88
* `/server` **fastapi backend server**, use to dealt with you infomation and gpts, acts like a bridge in between
99
* `/autogdb` **autogpt pip package**
1010

11+
#Installing:
12+
If you are new to AutoGDB, clone our project first!
13+
```shell
14+
git clone https://github.com/retr0reg/AutoGDB.git && cd AutoGDB
15+
```
16+
1117
# Setup Server-side
1218

1319
```shell
@@ -33,10 +39,19 @@ pwndbg> autogdb <YOUR_SERVER_IP> <YOUR_SERVER_PORT>
3339
* `YOUR_SERVER_PORT` : Port for this server
3440

3541
## ChatGPT with gdb
36-
Checkout our wonderful and written-with-heart `autogdb_demo.py`, it explain everything! run it by Run it by `python3 autogpt_demo.py`
42+
Run `chat.py`, chat with you own AutoGDB!
43+
```
44+
python3 chat.py
45+
```
46+
47+
![Alt text](image.png)
48+
49+
If you want to develop on our project, checkout our wonderful and written-with-heart `autogdb_demo.py`, it explain everything! run it by Run it by `python3 autogpt_demo.py`
3750

3851
**In gdb, make sure to first run the program and Ctrl-C to stop, then enters the autogdb command**
3952

53+
54+
4055
here's one wonderful example of analysis made by **GPT4, OpenAI**
4156
```python
4257
> Entering new AgentExecutor chain...

image.png

968 KB
Loading

0 commit comments

Comments
 (0)