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() {
let model = data.models.data[i];
if( !(model.id == "whisper-1"
|| model.id == "gpt-4"
|| model.id == "gpt-4-0314") ) model_list.push(model);
|| model.id == "gpt-4-0314"
|| model.id == "gpt-4-0613") ) model_list.push(model);
}
setModels(model_list)
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!