randydev commited on
Commit
c240bba
·
verified ·
1 Parent(s): e299cfd

Update chatbot/plugins/chat.py

Browse files
Files changed (1) hide show
  1. chatbot/plugins/chat.py +5 -1
chatbot/plugins/chat.py CHANGED
@@ -61,7 +61,11 @@ async def geni_files_delete(name: str):
61
 
62
 
63
  GEMINI_START_TEXT = """
64
- Hey! {name} Welcome to Gemini AI New
 
 
 
 
65
  """
66
 
67
  gen = genai.Client(api_key=GOOGLE_API_KEY)
 
61
 
62
 
63
  GEMINI_START_TEXT = """
64
+ Hey {name} Welcome to Gemini AI New (Testing)
65
+
66
+ ✅ Support text
67
+ ✅ Support chat conversation
68
+ ❌ Imagen 3 coming soon (Via @ryuzaki_asstbot old FLUX)
69
  """
70
 
71
  gen = genai.Client(api_key=GOOGLE_API_KEY)