NotASI commited on
Commit
79f77bb
ยท
verified ยท
1 Parent(s): 7ae468f

Update Tabs/Gemini_Chabot_Stable.py

Browse files
Files changed (1) hide show
  1. Tabs/Gemini_Chabot_Stable.py +3 -3
Tabs/Gemini_Chabot_Stable.py CHANGED
@@ -6,7 +6,7 @@ from dotenv import load_dotenv
6
  load_dotenv()
7
 
8
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
9
- model_name = "gemini-1.5-flash"
10
 
11
  TITLE = """<h1 align="center">๐ŸŽฎChat with Gemini 1.5๐Ÿ”ฅ</h1>"""
12
  NOTICE = """
@@ -15,10 +15,10 @@ NOTICE = """
15
  - Some features may not work as expected
16
  """
17
  ABOUT = """
18
- **Updates (2024-8-16)** ๐Ÿ“ˆ: Upgrade UI & chat with documents
19
 
20
  **Info** ๐Ÿ“„:
21
- - Model: Gemini 1.5 Flash
22
  - Chat with Gemini 1.5 Flash model with images and documents
23
  """
24
  ERRORS = """
 
6
  load_dotenv()
7
 
8
  GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
9
+ model_name = "gemini-1.5-flash-exp-0827"
10
 
11
  TITLE = """<h1 align="center">๐ŸŽฎChat with Gemini 1.5๐Ÿ”ฅ</h1>"""
12
  NOTICE = """
 
15
  - Some features may not work as expected
16
  """
17
  ABOUT = """
18
+ **Updates (2024-8-28)** ๐Ÿ“ˆ: Upgrade model to SOTA Gemini 1.5 Flash Experimental 0827
19
 
20
  **Info** ๐Ÿ“„:
21
+ - Model: Gemini 1.5 Flash Experimental 0827
22
  - Chat with Gemini 1.5 Flash model with images and documents
23
  """
24
  ERRORS = """