28513_gpt4
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment