Skip to content

Commit

Permalink
oops..
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbaa5 committed Aug 6, 2023
1 parent 33a36ed commit 31a97f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function App()
var fixDefaultModels = true;

const initalizeModelDataResult = await initaliseModelData();
if (initalizeModelDataResult)
if (!initalizeModelDataResult)
{
fixDefaultModels = confirm("Failed getting model data from OpenRouterAI API.\nTry restarting or refreshing.\n\n(Currently default models will be shown that may include deprecated model or invalid information.)\n\nIf you proceed to continue, chats with the model that is not in the current list will be changed to the default model.");
}
Expand Down

0 comments on commit 31a97f1

Please sign in to comment.