summaryrefslogtreecommitdiff
path: root/continuedev/pyproject.toml
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-13 13:56:51 -0700
committerNate Sesti <sestinj@gmail.com>2023-06-13 13:56:51 -0700
commitc1e0f9a62a923a70121af71694cccccadeb3ed17 (patch)
treebba928fd278ffccca583d1a4a9e3ea4b7927ea22 /continuedev/pyproject.toml
parentf58116633161ab5e8319cf7b50c971ce2e1f1963 (diff)
downloadsncontinue-c1e0f9a62a923a70121af71694cccccadeb3ed17.tar.gz
sncontinue-c1e0f9a62a923a70121af71694cccccadeb3ed17.tar.bz2
sncontinue-c1e0f9a62a923a70121af71694cccccadeb3ed17.zip
prune chat context to fit in token limit
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r--continuedev/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml
index 7315e79d..af6ff045 100644
--- a/continuedev/pyproject.toml
+++ b/continuedev/pyproject.toml
@@ -20,6 +20,7 @@ websockets = "^11.0.2"
urllib3 = "1.26.15"
gpt-index = "^0.6.8"
posthog = "^3.0.1"
+tiktoken = "^0.4.0"
[tool.poetry.scripts]
typegen = "src.continuedev.models.generate_json_schema:main"