bstraehle commited on
Commit
a9f6bbd
1 Parent(s): 9b9368d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- #print("===")
26
- #print(article)
27
- #print("===")
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