From 8dad79af8b18c08e270382ce1b18a3956fa59626 Mon Sep 17 00:00:00 2001 From: Ty Dunn Date: Thu, 7 Sep 2023 11:19:38 -0700 Subject: adding support for Hugging Face Inference Endpoints (#460) * stream complete sketch * correct structure but issues * refactor: :art: clean up hf_inference_api.py * fix: :bug: quick fix in hf_infrerence_api.py * feat: :memo: update documentation code for hf_inference_api * hf docs * now working --------- Co-authored-by: Nate Sesti --- continuedev/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'continuedev/requirements.txt') diff --git a/continuedev/requirements.txt b/continuedev/requirements.txt index 91120c59..a689f085 100644 --- a/continuedev/requirements.txt +++ b/continuedev/requirements.txt @@ -23,4 +23,5 @@ ripgrepy==2.0.0 replicate==0.11.0 bs4==0.0.1 redbaron==0.9.2 -python-lsp-server==1.2.0 \ No newline at end of file +python-lsp-server==1.2.0 +huggingface-hub==0.16.4 \ No newline at end of file -- cgit v1.2.3-70-g09d2