2c58d854 by Jonille Arreglo

28513_gpt4

1 parent c7ee220b
...@@ -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!