Spaces:
Running
Running
Tim Seufert
commited on
Commit
·
7dc9ccd
1
Parent(s):
9dd2467
visionbetaupdate
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def respond(message, history):
|
|
33 |
current_image = None
|
34 |
|
35 |
stream = co.chat_stream(
|
36 |
-
model='
|
37 |
message=f"{prompt} '{message}{image_context}'",
|
38 |
temperature=0.3,
|
39 |
chat_history=[],
|
|
|
33 |
current_image = None
|
34 |
|
35 |
stream = co.chat_stream(
|
36 |
+
model='c4ai-aya-vision-8b', # Hier ggf. ein Vision-Modell verwenden
|
37 |
message=f"{prompt} '{message}{image_context}'",
|
38 |
temperature=0.3,
|
39 |
chat_history=[],
|