summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-09-07 11:23:30 -0700
committerNate Sesti <sestinj@gmail.com>2023-09-07 11:23:30 -0700
commitda00146a2adc877bbaca0fb92ae071c759941359 (patch)
tree1383b51a932487b59845b7dc9acdf640140d5675 /extension
parentd18cb9b12aa4f31e982bf3097cb8325f484e8607 (diff)
parent8dad79af8b18c08e270382ce1b18a3956fa59626 (diff)
downloadsncontinue-da00146a2adc877bbaca0fb92ae071c759941359.tar.gz
sncontinue-da00146a2adc877bbaca0fb92ae071c759941359.tar.bz2
sncontinue-da00146a2adc877bbaca0fb92ae071c759941359.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r--extension/react-app/src/components/ModelSelect.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/extension/react-app/src/components/ModelSelect.tsx b/extension/react-app/src/components/ModelSelect.tsx
index e6c0e9c9..6a7692ff 100644
--- a/extension/react-app/src/components/ModelSelect.tsx
+++ b/extension/react-app/src/components/ModelSelect.tsx
@@ -60,6 +60,14 @@ const MODEL_INFO: { title: string; class: string; args: any }[] = [
args: {},
},
{
+ title: "HuggingFace Inference API",
+ class: "HuggingFaceInferenceAPI",
+ args: {
+ endpoint_url: "<INFERENCE_API_ENDPOINT_URL>",
+ hf_token: "<HUGGING_FACE_TOKEN>",
+ },
+ },
+ {
title: "Other OpenAI-compatible API",
class: "GGML",
args: {