Skip to content

Commit

Permalink
chore: update Cargo.toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xsigoking committed Apr 7, 2024
1 parent 38d8efa commit 0d8ca33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
name = "chatgpt-free-api"
version = "0.1.0"
edition = "2021"
authors = ["xsigoking <[email protected]>"]
description = "Provides free GPT-3.5-Turbo API service through reverse login-free ChatGPT Web"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/xsigoking/chatgpt-free-api"
repository = "https://github.com/xsigoking/chatgpt-free-api"
categories = ["command-line-utilities", "network-programming", "web-programming::http-server"]
keywords = ["chatgpt", "api"]

[dependencies]
anyhow = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run -d --name chatgpt-free-api xsigoking/chatgpt-free-api

### Binaries for macOS, Linux, and Windows

Download it from [GitHub Releases](https://github.com/xsigoking/chatgpt-free-api/releases), unzip, and add aichat to your `$PATH`.
Download it from [GitHub Releases](https://github.com/xsigoking/chatgpt-free-api/releases), unzip, and add chatgpt-free-api to your `$PATH`.

## Usage

Expand Down

0 comments on commit 0d8ca33

Please sign in to comment.