innoSageAgentOne / example.env
Asaad Almutareb
updated some LC imports due to 'deprecated methods' warning
57e87b0
raw
history blame
No virus
306 Bytes
# hugging have API TOKEN
HUGGINGFACEHUB_API_TOKEN=
# url to interface with ollama API
OLLMA_BASE_URL=
# environmental varaibles needed to use tools
SERPAPI_API_KEY=
# for chromadb
VECTOR_DATABASE_LOCATION=
# Name for the Conversation Memory Collection
CONVERSATION_COLLECTION_NAME="ConversationMemory"