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 /continuedev/pyproject.toml | |
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 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index e328b6cd..49b3c5ed 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -30,6 +30,7 @@ meilisearch-python-async = "^1.4.8" socksio = "^1.0.0" ripgrepy = "^2.0.0" bs4 = "^0.0.1" +replicate = "^0.11.0" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |