From 00129229cd881d6b910a4b01db68e702cdd63a40 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Fri, 15 Sep 2023 12:39:29 -0700 Subject: fix: :bug: fix for lmstudio defaults --- extension/react-app/src/components/ModelSelect.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extension/react-app/src/components/ModelSelect.tsx b/extension/react-app/src/components/ModelSelect.tsx index 92ee3abd..0b1829f1 100644 --- a/extension/react-app/src/components/ModelSelect.tsx +++ b/extension/react-app/src/components/ModelSelect.tsx @@ -69,11 +69,9 @@ const MODEL_INFO: { title: string; class: string; args: any }[] = [ }, { title: "LM Studio", - class: "OpenAI", + class: "GGML", args: { - api_base: "http://localhost:1234", - model: "codellama", - api_key: "EMPTY", + server_url: "http://localhost:1234", }, }, { -- cgit v1.2.3-70-g09d2