Akshatha Arodi commited on
Commit
a17d947
·
1 Parent(s): d413967

new completer

Browse files
Files changed (1) hide show
  1. hackaprompt/completers.py +1 -0
hackaprompt/completers.py CHANGED
@@ -126,6 +126,7 @@ completers = {
126
  "gpt-4": ChatGPTCompletor,
127
  "gpt-3.5-turbo-0125": ChatGPTCompletor,
128
  "gpt-4-0613": ChatGPTCompletor,
 
129
  "gpt-4o-2024-05-13": ChatGPTCompletor,
130
  }
131
 
 
126
  "gpt-4": ChatGPTCompletor,
127
  "gpt-3.5-turbo-0125": ChatGPTCompletor,
128
  "gpt-4-0613": ChatGPTCompletor,
129
+ "gpt-4o-mini": ChatGPTCompletor,
130
  "gpt-4o-2024-05-13": ChatGPTCompletor,
131
  }
132