Spaces:
Running
Running
Update chatbot/plugins/chat.py
Browse files- chatbot/plugins/chat.py +3 -3
chatbot/plugins/chat.py
CHANGED
@@ -51,9 +51,9 @@ async def geni_files_delete(name: str):
|
|
51 |
|
52 |
FREE_GEMINI_TEXT = """
|
53 |
• User Free : {name}
|
54 |
-
- Text: Unlimited
|
55 |
-
- Image: Unlimited
|
56 |
-
- Voice: Unlimited
|
57 |
- Document: `{check_status}`
|
58 |
"""
|
59 |
|
|
|
51 |
|
52 |
FREE_GEMINI_TEXT = """
|
53 |
• User Free : {name}
|
54 |
+
- Text: `Unlimited`
|
55 |
+
- Image: `Unlimited`
|
56 |
+
- Voice: `Unlimited`
|
57 |
- Document: `{check_status}`
|
58 |
"""
|
59 |
|