aarodi commited on
Commit
a8da6b6
·
verified ·
1 Parent(s): 3687be2

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +1 -1
hackaprompt/gradio_app.py CHANGED
@@ -23,7 +23,7 @@ DEFAULT_MODEL = "gpt-4o-mini"
23
 
24
  NUM_LEVELS = 5 # 11
25
  #AVAILABLE_COMPLETERS = ["gpt-3.5-turbo"]
26
- AVAILABLE_COMPLETERS = ["gpt-4o-mini"]
27
 
28
 
29
  def format_evaluation(correct: bool) -> str:
 
23
 
24
  NUM_LEVELS = 5 # 11
25
  #AVAILABLE_COMPLETERS = ["gpt-3.5-turbo"]
26
+ AVAILABLE_COMPLETERS = ["gpt-3.5-turbo", "gpt-4o-mini"]
27
 
28
 
29
  def format_evaluation(correct: bool) -> str: