entity_extraction/config.py

6 lines
145 B
Python

API_KEY = "ollama"
MODEL = "qwen2.5:32b-instruct-q5_K_M"
# MODEL = "qwen2.5:7b"
LLM_BASE_URL = "http://localhost:11434/v1"
TIMEOUT_SECONDS = 120