mirror of
https://github.com/aljazceru/vibeline.git
synced 2026-01-14 03:54:25 +01:00
8 lines
215 B
Plaintext
8 lines
215 B
Plaintext
# Ollama model configuration
|
|
# You can use different models for different tasks
|
|
OLLAMA_EXTRACT_MODEL=llama2
|
|
OLLAMA_SUMMARIZE_MODEL=llama2
|
|
OLLAMA_DEFAULT_MODEL=llama2
|
|
|
|
# Path configuration
|
|
VOICE_MEMOS_DIR=VoiceMemos |