Spaces:
Paused
Paused
Update descriptions
Browse files- README.md +1 -1
- Tabs/Gemini_Chabot_Stable.py +6 -6
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Gemini Playground
|
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
|
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)
|
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 |
-
|
29 |
- Select other Gemini / Gemma models
|
30 |
- Upload files
|
31 |
-
- More tools
|
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)
|