mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-10 20:30:24 +00:00
This reverts commit 8de72b3301.
This commit is contained in:
parent
ee16bfee10
commit
dcd0a3fc51
3 changed files with 12 additions and 13 deletions
|
|
@ -126,7 +126,7 @@ public final class CompletionRequestService {
|
|||
CodeCompletionRequestFactory.buildCustomRequest(requestDetails),
|
||||
new OpenAITextCompletionEventSourceListener(eventListener));
|
||||
case LLAMA_CPP -> CompletionClientProvider.getLlamaClient()
|
||||
.getInfillAsync(
|
||||
.getChatCompletionAsync(
|
||||
CodeCompletionRequestFactory.buildLlamaRequest(requestDetails),
|
||||
eventListener);
|
||||
case OLLAMA -> CompletionClientProvider.getOllamaClient().getCompletionAsync(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue