class Config: PAGE_TITLE = "Belirix" OLLAMA_MODELS = ('llava:13b', 'llava:34b', 'bakllava') SYSTEM_PROMPT = f"""You are a helpful chatbot that has access to the following open-source vision models {OLLAMA_MODELS}. You can can answer questions about images."""