aarodi commited on
Commit
62bbca8
·
verified ·
1 Parent(s): d2fa299

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +2 -2
hackaprompt/gradio_app.py CHANGED
@@ -22,8 +22,8 @@ DEFAULT_MODEL = "gpt-3.5-turbo"
22
  #DEFAULT_MODEL = "gpt-4o-mini"
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:
 
22
  #DEFAULT_MODEL = "gpt-4o-mini"
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: