Spaces:
Runtime error
Runtime error
Commit
·
55dc281
1
Parent(s):
42a7c74
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import argparse
|
|
5 |
from utils import *
|
6 |
from presets import *
|
7 |
from chat_func import *
|
8 |
-
my_api_key = "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" # 在这里输入你的 API 密钥
|
9 |
|
10 |
if my_api_key == "":
|
11 |
my_api_key = os.environ.get('my_api_key')
|
|
|
5 |
from utils import *
|
6 |
from presets import *
|
7 |
from chat_func import *
|
|
|
8 |
|
9 |
if my_api_key == "":
|
10 |
my_api_key = os.environ.get('my_api_key')
|