amitpuri commited on
Commit
ad8b74a
1 Parent(s): c29c648

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ openai_models = ["gpt-4", "gpt-4-0613", "gpt-4-32k", "gpt-4-32k-0613", "gpt-3.5-
12
  "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613", "text-davinci-003",
13
  "text-davinci-002", "text-curie-001", "text-babbage-001", "text-ada-001"]
14
 
15
- def test_handler(optionSelection, prompt: str = TEST_MESSAGE, model):
16
  match optionSelection:
17
  case "OpenAI API":
18
  try:
 
12
  "gpt-3.5-turbo-0613", "gpt-3.5-turbo-16k", "gpt-3.5-turbo-16k-0613", "text-davinci-003",
13
  "text-davinci-002", "text-curie-001", "text-babbage-001", "text-ada-001"]
14
 
15
+ def test_handler(optionSelection, prompt: str = TEST_MESSAGE, model: str ="gpt-4"):
16
  match optionSelection:
17
  case "OpenAI API":
18
  try: