summaryrefslogtreecommitdiff
path: root/run.spec
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-08-08 18:47:47 -0700
committerNate Sesti <sestinj@gmail.com>2023-08-08 18:47:47 -0700
commitd5e86883f05fe3e99e1d6ff64241a48f935cc927 (patch)
treeb372b51f0bfa7e7ac98a8ca6f3f4d36a43d15a5b /run.spec
parent3b080fbf4bbc0840e66e84e4d7d5bd0557d41bc9 (diff)
downloadsncontinue-d5e86883f05fe3e99e1d6ff64241a48f935cc927.tar.gz
sncontinue-d5e86883f05fe3e99e1d6ff64241a48f935cc927.tar.bz2
sncontinue-d5e86883f05fe3e99e1d6ff64241a48f935cc927.zip
feat: :sparkles: support stablecoder with replicate LLM
Diffstat (limited to 'run.spec')
-rw-r--r--run.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.spec b/run.spec
index 3bb46c73..f7b2d3a3 100644
--- a/run.spec
+++ b/run.spec
@@ -12,7 +12,7 @@ a = Analysis(
('continuedev', 'continuedev'),
(certifi.where(), 'ca_bundle')
],
- hiddenimports=['anthropic', 'github', 'ripgrepy'],
+ hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],