mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 05:51:28 +00:00
fix: test anomalies
This commit is contained in:
parent
cda6220bbc
commit
ccbf7fc722
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ class CompletionRequestProviderTest : IntegrationTest() {
|
|||
}
|
||||
|
||||
fun testReducedChatCompletionRequest() {
|
||||
useOpenAIService()
|
||||
ConfigurationSettings.getCurrentState().systemPrompt = COMPLETION_SYSTEM_PROMPT
|
||||
val conversation = ConversationService.getInstance().startConversation()
|
||||
conversation.addMessage(createDummyMessage(50))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue