NotASI commited on
Commit
f02a829
ยท
1 Parent(s): 0efcae6

Update descriptions

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. Tabs/Gemini_Chabot_Stable.py +6 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Gemini Playground Beta Preview
3
  emoji: ๐Ÿš€
4
  colorFrom: pink
5
  colorTo: yellow
 
1
  ---
2
+ title: Gemini Playground
3
  emoji: ๐Ÿš€
4
  colorFrom: pink
5
  colorTo: yellow
Tabs/Gemini_Chabot_Stable.py CHANGED
@@ -8,16 +8,16 @@ load_dotenv()
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๐Ÿ”ฅ -- Beta Preview</h1>"""
12
  NOTICE = """
13
- Notices ๐Ÿ“œ:
14
  - This app is still in development
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
  """
@@ -25,10 +25,10 @@ ERRORS = """
25
  Known errors โš ๏ธ:
26
  """
27
  FUTURE_IMPLEMENTATIONS = """
28
- To be implemented ๐Ÿš€:
29
  - Select other Gemini / Gemma models
30
  - Upload files
31
- - More tools other than web search
32
  """
33
 
34
  genai.configure(api_key=GEMINI_API_KEY)
 
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 = """
13
+ **Notices** ๐Ÿ“œ:
14
  - This app is still in development
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
  """
 
25
  Known errors โš ๏ธ:
26
  """
27
  FUTURE_IMPLEMENTATIONS = """
28
+ Future features ๐Ÿš€:
29
  - Select other Gemini / Gemma models
30
  - Upload files
31
+ - More tools such as web search
32
  """
33
 
34
  genai.configure(api_key=GEMINI_API_KEY)