We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dc83e commit 821bca3Copy full SHA for 821bca3
private_gpt/__init__.py
@@ -22,3 +22,6 @@
22
# Disable chromaDB telemetry
23
# It is already disabled, see PR#1144
24
# os.environ["ANONYMIZED_TELEMETRY"] = "False"
25
+
26
+# adding tiktoken cache path within repo to be able to run in offline environment.
27
+os.environ["TIKTOKEN_CACHE_DIR"] = "tiktoken_cache"
tiktoken_cache/.gitignore
@@ -0,0 +1,2 @@
1
+*
2
+!.gitignore
0 commit comments