Remove Azure model selection and max completion token limit

This commit is contained in:
Carl-Robert Linnupuu 2023-11-09 20:30:26 +02:00
parent 5446e675fc
commit 14acc5b09f
12 changed files with 40 additions and 71 deletions

View file

@ -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: