Ollama_test / config.py
xtreme86's picture
Upload folder using huggingface_hub
5e1f2b6 verified
raw
history blame contribute delete
152 Bytes
# Configuration and constants
OLLAMA_URL = "http://localhost:11434"
DEFAULT_TEMPERATURE = 0.7
DEFAULT_SYSTEM_MESSAGE = "You are a helpful AI assistant."