360b56bc by Jonille Arreglo

Merge branch '28513_gpt4' into 'master'

28513_gpt4

See merge request !66
2 parents c7ee220b 2c58d854
...@@ -49,7 +49,8 @@ function App() { ...@@ -49,7 +49,8 @@ function App() {
49 let model = data.models.data[i]; 49 let model = data.models.data[i];
50 if( !(model.id == "whisper-1" 50 if( !(model.id == "whisper-1"
51 || model.id == "gpt-4" 51 || model.id == "gpt-4"
52 || model.id == "gpt-4-0314") ) model_list.push(model); 52 || model.id == "gpt-4-0314"
53 || model.id == "gpt-4-0613") ) model_list.push(model);
53 } 54 }
54 setModels(model_list) 55 setModels(model_list)
55 }) 56 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!