entity_extraction/config.py

3 lines
99 B
Python

API_KEY = 'ollama'
MODEL = 'qwen2.5:32b-instruct-q5_K_M'
LLM_BASE_URL = 'http://localhost:11434/v1'