paopaoka3325 commited on
Commit
d7137cc
·
1 Parent(s): 83ae325

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def greet(name1, name2, name3, name4, name5):
18
  return output_string, error_string
19
 
20
  # output_string1, error_string1= run_command("pip install optogpt")
21
- # run_command("curl -sSL https://install.python-poetry.org | python3 -")
22
  # output_string2, error_string2= run_command(f"poetry run runoak set-apikey -e openai {str1}")
23
  output_string1, error_string1=run_command("poetry")# ontogpt")
24
 
 
18
  return output_string, error_string
19
 
20
  # output_string1, error_string1= run_command("pip install optogpt")
21
+ output_string1, error_string1=run_command("curl -sSL https://install.python-poetry.org | python3 -")
22
  # output_string2, error_string2= run_command(f"poetry run runoak set-apikey -e openai {str1}")
23
  output_string1, error_string1=run_command("poetry")# ontogpt")
24