Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions frontend/rust-lib/flowy-ai/dev.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Set the path to the main binary/executable for the AI application (e.g., chat program)
CHAT_BIN_PATH=/usr/local/bin/your-ai-chat-program

CHAT_BIN_PATH=
LOCAL_AI_MODEL_DIR=
LOCAL_AI_CHAT_MODEL_NAME=
LOCAL_AI_EMBEDDING_MODEL_NAME=
# Set the directory where your local AI models (e.g., Llama, Mistral) are stored
LOCAL_AI_MODEL_DIR=/home/user/models/ai/

# Set the specific file name or identifier for the model used for generating chat responses
LOCAL_AI_CHAT_MODEL_NAME=Llama-2-7b-chat.gguf

# Set the specific file name or identifier for the model used for converting text to vector embeddings
LOCAL_AI_EMBEDDING_MODEL_NAME=bge-small-en-v1.5.bin