Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
import g4f
|
2 |
|
3 |
# デバッグログを有効にする(オプション)
|
4 |
-
g4f.debug.logging = True
|
5 |
|
6 |
-
# 自動バージョンチェックを無効にする(オプション)
|
7 |
-
g4f.debug.version_check = False
|
8 |
|
9 |
# 通常(ストリーミングなし)応答
|
10 |
response = g4f.ChatCompletion.create(
|
|
|
1 |
import g4f
|
2 |
|
3 |
# デバッグログを有効にする(オプション)
|
|
|
4 |
|
|
|
|
|
5 |
|
6 |
# 通常(ストリーミングなし)応答
|
7 |
response = g4f.ChatCompletion.create(
|