Skip to content

Commit 8752b15

Browse files
author
Antonio Cheong
authored
Update location
1 parent 6dbea4d commit 8752b15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# ChatGPT API Server
2-
[![Release Go Binaries](https://github.com/ChatGPT-Hackers/ChatGPT-API-server/actions/workflows/release.yml/badge.svg)](https://github.com/ChatGPT-Hackers/ChatGPT-API-server/actions/workflows/release.yml)
2+
[![Release Go Binaries](https://github.com/acheong08/ChatGPT-API-server/actions/workflows/release.yml/badge.svg)](https://github.com/acheong08/ChatGPT-API-server/actions/workflows/release.yml)
33
# Quickstart
44

55
## Setup
66

77
1. Install Go
8-
2. `go install github.com/ChatGPT-Hackers/ChatGPT-API-server@latest`
8+
2. `go install github.com/acheong08/ChatGPT-API-server@latest`
99

1010
If the latest commit fails, try using one of the release binaries
1111

1212
# Build
1313

14-
1. `git clone https://github.com/ChatGPT-Hackers/ChatGPT-API-server/`
14+
1. `git clone https://github.com/acheong08/ChatGPT-API-server/`
1515
2. `cd ChatGPT-API-server`
1616
3. `go install .`
1717

@@ -25,7 +25,7 @@ The admin key can be anything you want. It's just for authenticating yourself.
2525

2626
Take note of your IP address or domain name. This could be `localhost` or a remote IP address. The default port is `8080`
2727

28-
Check out our [firefox agent](https://github.com/ChatGPT-Hackers/ChatGPT-API-agent). More versions in the works.
28+
Check out our [firefox agent](https://github.com/acheong08/ChatGPT-API-agent). More versions in the works.
2929

3030
There is also a [Python based client](https://github.com/ahmetkca/chatgpt-unofficial-api-docker/tree/ChatGPT-API-agent) by @ahmetkca (WIP)
3131

0 commit comments

Comments
 (0)