Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ async def validate_content(
|
|
| 208 |
|
| 209 |
response = client.chat_completion(
|
| 210 |
messages=messages,
|
| 211 |
-
model="
|
| 212 |
max_tokens=1000,
|
| 213 |
temperature=0.2, # Low temperature for consistent validation
|
| 214 |
top_p=0.9
|
|
|
|
| 208 |
|
| 209 |
response = client.chat_completion(
|
| 210 |
messages=messages,
|
| 211 |
+
model="mistralai/Mistral-7B-Instruct-v0.3",
|
| 212 |
max_tokens=1000,
|
| 213 |
temperature=0.2, # Low temperature for consistent validation
|
| 214 |
top_p=0.9
|