diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-09 11:13:02 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-09 11:13:02 -0700 |
commit | bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2 (patch) | |
tree | 42d0ad673368fce680af988ab62887c433f3f39c /run.spec | |
parent | 01b3f1ff8f4dd89ae79f15626ef5a3af2bc558c4 (diff) | |
download | sncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.tar.gz sncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.tar.bz2 sncontinue-bd79c00e7790b92cfd8b8c8f8211b6c3d36e33a2.zip |
fix: :bug: temporarily remove replicate altogether
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', 'bs4', 'replicate'], + hiddenimports=['anthropic', 'github', 'ripgrepy', 'bs4'], hookspath=[], hooksconfig={}, runtime_hooks=[], |