このコミットが含まれているのは:
abc 2023-05-13 11:06:39 +01:00
コミット 6f679a4dcb
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -3,7 +3,7 @@ g4f-v2 beta !!, only for developers !!
### interference opneai-proxy api (use with openai python package)
###### run server: `python3 ./interference/app.py`
```
```py
import openai
openai.api_key = ''
@ -22,7 +22,7 @@ for token in chat_completion:
```
### simple usage:
```
```py
import g4f