Skip to content

Commit

Permalink
increase timeout for poor people
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Nov 28, 2024
1 parent 2e18047 commit d2a5adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Services/LMKitMaestroTestsService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public MaestroTestsService()
ModelListViewModel = GetNewModelListViewModel(LMKitService, LLmFileManager);
ChatPageViewModel = GetNewChatPageViewModel(LMKitService, ConversationListViewModel, ModelListViewModel, Database, LLmFileManager, SettingsViewModel);
LMKitService.LMKitConfig.MaximumCompletionTokens = 200;
LMKitService.LMKitConfig.RequestTimeout = 15;
LMKitService.LMKitConfig.RequestTimeout = 30;
}

public LMKitService.Conversation GetNewLMKitConversation()
Expand Down

0 comments on commit d2a5adb

Please sign in to comment.