mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-12 05:51:28 +00:00
Remove Azure model selection and max completion token limit
This commit is contained in:
parent
5446e675fc
commit
14acc5b09f
12 changed files with 40 additions and 71 deletions
|
|
@ -191,7 +191,7 @@ public final class ConversationService {
|
|||
case OPENAI:
|
||||
return OpenAISettingsState.getInstance().getModel();
|
||||
case AZURE:
|
||||
return AzureSettingsState.getInstance().getModel();
|
||||
return AzureSettingsState.getInstance().getDeploymentId();
|
||||
case YOU:
|
||||
return "YouCode";
|
||||
case LLAMA_CPP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue