Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
xsigoking committed Apr 7, 2024
1 parent 99d4e0f commit 0e0798c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "chatgpt-free-api"
version = "0.1.0"
edition = "2021"
description = "Provides free GPT-3.5-Turbo API service through reverse login-free ChatGPT Web"

[dependencies]
anyhow = "1.0.81"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatGPT Free API

Unlimited free GPT-3.5-Turbo API service via reverse login-free ChatGPT Web.
Provides free GPT-3.5-Turbo API service through reverse login-free ChatGPT Web.

## Install

Expand Down Expand Up @@ -28,8 +28,8 @@ ALL_PROXY=http://localhost:18080 chatgpt-api-server # Use $ALL_PROXY to set the

```sh
curl http://127.0.0.1:3040/v1/chat/completions \
-i -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer any_string_you_like" \
-d '{
"model": "gpt-3.5-turbo",
"messages": [
Expand Down

0 comments on commit 0e0798c

Please sign in to comment.