chat-bot-llava7b / config.py
prathammk's picture
Upload config.py
35444a4 verified
raw
history blame contribute delete
314 Bytes
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."""