Connoriginal commited on
Commit
f2e7cc9
·
1 Parent(s): b25e7ac
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ Feel free to explore and make the most out of COFFEE-GYM!
43
  def get_args():
44
  parser = argparse.ArgumentParser()
45
  parser.add_argument("--model_name", type=str, default="Team-Coffee-Gym/DS-Coder-7B-PPO-CoffeeEval", help="Model name to use for the chatbot.")
46
- parser.add_argument("--url", type=str, default="https://editor.jp.ngrok.io/v1", help="URL to use for the chatbot.")
47
  args = parser.parse_args()
48
  return args
49
 
 
43
  def get_args():
44
  parser = argparse.ArgumentParser()
45
  parser.add_argument("--model_name", type=str, default="Team-Coffee-Gym/DS-Coder-7B-PPO-CoffeeEval", help="Model name to use for the chatbot.")
46
+ parser.add_argument("--url", type=str, default="https://critic.jp.ngrok.io/v1", help="URL to use for the chatbot.")
47
  args = parser.parse_args()
48
  return args
49