Spaces:
Sleeping
Sleeping
Tobkubos commited on
Commit ·
a4eee2b
1
Parent(s): b87c2f1
backend/app/models/schemas.py
CHANGED
|
@@ -87,5 +87,5 @@ class HealthResponse(BaseModel):
|
|
| 87 |
|
| 88 |
class GuildConfigSchema(BaseModel):
|
| 89 |
active_text_model: Optional[str] = "none"
|
| 90 |
-
|
| 91 |
log_channel_id: Optional[str] = None
|
|
|
|
| 87 |
|
| 88 |
class GuildConfigSchema(BaseModel):
|
| 89 |
active_text_model: Optional[str] = "none"
|
| 90 |
+
active_image_model: Optional[str] = "none"
|
| 91 |
log_channel_id: Optional[str] = None
|
backend/guild_configs.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"1515307986963267595": {
|
| 3 |
"active_text_model": "almanach/xlmr-chatgptdetect-noisy",
|
|
|
|
| 4 |
"log_channel_id": "1515373138937123007"
|
| 5 |
}
|
| 6 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"1515307986963267595": {
|
| 3 |
"active_text_model": "almanach/xlmr-chatgptdetect-noisy",
|
| 4 |
+
"active_image_model": "capcheck/ai-image-detection",
|
| 5 |
"log_channel_id": "1515373138937123007"
|
| 6 |
}
|
| 7 |
}
|