mirror of
https://github.com/ollama/ollama.git
synced 2026-04-20 00:54:27 +02:00
clean up privategpt example
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
from chromadb.config import Settings
|
||||
|
||||
load_dotenv()
|
||||
|
||||
# Define the folder for storing database
|
||||
PERSIST_DIRECTORY = os.environ.get('PERSIST_DIRECTORY', 'db')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user