paopaoka3325 commited on
Commit
d3f6264
·
1 Parent(s): a89bfdf

add requiretment

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,10 +17,10 @@ def greet(name1, name2, name3, name4, name5):
17
 
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
-
24
 
25
  # For the purpose of this example, I'm just returning the values concatenated
26
  return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5},
 
17
 
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
+ run_command("ontogpt")
24
 
25
  # For the purpose of this example, I'm just returning the values concatenated
26
  return f"Inputs received: {str1}, {str2}, {str3}, {str4}, {str5},