Spaces:
Sleeping
Sleeping
File size: 314 Bytes
35444a4 |
1 2 3 4 5 6 7 8 9 |
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."""
|