Spaces:
Paused
Paused
Update llm.py
Browse files
llm.py
CHANGED
@@ -8,7 +8,8 @@ import os
|
|
8 |
load_dotenv()
|
9 |
|
10 |
api_key = os.getenv("read")
|
11 |
-
|
|
|
12 |
|
13 |
seed = random.randint(10000, 99999)
|
14 |
text = """
|
|
|
8 |
load_dotenv()
|
9 |
|
10 |
api_key = os.getenv("read")
|
11 |
+
|
12 |
+
login(api_key)
|
13 |
|
14 |
seed = random.randint(10000, 99999)
|
15 |
text = """
|