diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-08 18:47:47 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-08 18:47:47 -0700 |
commit | d5e86883f05fe3e99e1d6ff64241a48f935cc927 (patch) | |
tree | b372b51f0bfa7e7ac98a8ca6f3f4d36a43d15a5b /run.spec | |
parent | 3b080fbf4bbc0840e66e84e4d7d5bd0557d41bc9 (diff) | |
download | sncontinue-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.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=[], |