Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ def inachi_ai_response(user_input, history):
|
|
| 38 |
# 🔱 මෙතනදී තමයි Model එක සහ Provider එක සෘජුවම සම්බන්ධ කරන්නේ
|
| 39 |
# උදා: Novita පාවිච්චි කිරීමට 'provider="novita"' ලෙස එක් කරන්න
|
| 40 |
for message in client.chat_completion(
|
| 41 |
-
model="
|
| 42 |
messages=messages,
|
| 43 |
max_tokens=1024,
|
| 44 |
stream=True,
|
|
|
|
| 38 |
# 🔱 මෙතනදී තමයි Model එක සහ Provider එක සෘජුවම සම්බන්ධ කරන්නේ
|
| 39 |
# උදා: Novita පාවිච්චි කිරීමට 'provider="novita"' ලෙස එක් කරන්න
|
| 40 |
for message in client.chat_completion(
|
| 41 |
+
model="google/gemma-4-E2B",
|
| 42 |
messages=messages,
|
| 43 |
max_tokens=1024,
|
| 44 |
stream=True,
|