Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ def invoke(openai_api_key, topic):
|
|
22 |
|
23 |
article = get_crew(LLM, TEMPERATURE, VERBOSE).kickoff(inputs={"topic": topic})
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
|
29 |
del os.environ["OPENAI_API_KEY"]
|
30 |
|
|
|
22 |
|
23 |
article = get_crew(LLM, TEMPERATURE, VERBOSE).kickoff(inputs={"topic": topic})
|
24 |
|
25 |
+
print("===")
|
26 |
+
print(article)
|
27 |
+
print("===")
|
28 |
|
29 |
del os.environ["OPENAI_API_KEY"]
|
30 |
|