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

add requiretment

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