Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from io import BytesIO
|
|
| 9 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 10 |
SPACE_GROQ_KEY = os.environ.get("GROQ_API_KEY", "")
|
| 11 |
TEXT_MODEL = "llama-3.3-70b-versatile"
|
| 12 |
-
VISION_MODEL = "llama-
|
| 13 |
|
| 14 |
SYSTEM_PROMPT = """You are a warm, patient math tutor for students from Grade 1 through High School.
|
| 15 |
Rules you ALWAYS follow:
|
|
|
|
| 9 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 10 |
SPACE_GROQ_KEY = os.environ.get("GROQ_API_KEY", "")
|
| 11 |
TEXT_MODEL = "llama-3.3-70b-versatile"
|
| 12 |
+
VISION_MODEL = "meta-llama/llama-4-scout-17b-16e-instruct"
|
| 13 |
|
| 14 |
SYSTEM_PROMPT = """You are a warm, patient math tutor for students from Grade 1 through High School.
|
| 15 |
Rules you ALWAYS follow:
|