Module: OllamaChat::EnvConfig::OLLAMA::CHAT
- Defined in:
- lib/ollama_chat/env_config.rb
Constant Summary collapse
- DEBUG =
set do description 'Enable debugging for chat client' decode { it.to_i == 1 } default 0 end
- MODEL =
set do description 'Default model to use for the chat' default 'llama3.1' end
- SYSTEM =
set do description 'Default system prompt' end
- COLLECTION =
set do description 'Default collection for embeddings' end
- HISTORY =
set do description 'File to save the chat history in' default '~/.ollama_chat_history' end