Skip to content

Commit

Permalink
doc(README): add public test address
Browse files Browse the repository at this point in the history
  • Loading branch information
RockChinQ committed Sep 22, 2023
1 parent 76b4d69 commit 1e00d50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ response = openai.ChatCompletion.create(

print(response)
```

## Quick Test

api_base: https://foa.rockchin.top/v1
api_key: sk-foaumWEd2Jdfb9wrDSEqE5zEJo81XKd0v76yPsgsTWQgRPpe
model: gpt-3.5-turbo
6 changes: 6 additions & 0 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ response = openai.ChatCompletion.create(

print(response)
```

## 快速体验

api_base: https://foa.rockchin.top/v1
api_key: sk-foaumWEd2Jdfb9wrDSEqE5zEJo81XKd0v76yPsgsTWQgRPpe
model: gpt-3.5-turbo

0 comments on commit 1e00d50

Please sign in to comment.