Update .streamlit/secrets.toml
Browse files- .streamlit/secrets.toml +1 -1
.streamlit/secrets.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# .streamlit/secrets.toml
|
2 |
|
3 |
-
GEMINI_API_KEY = "
|
4 |
|
5 |
# IMPORTANT: This model ID must be the one that works with your specific
|
6 |
# google-generativeai SDK setup and the client.models.generate_content pattern.
|
|
|
1 |
# .streamlit/secrets.toml
|
2 |
|
3 |
+
GEMINI_API_KEY = "AIzaSyADgZJsnHoAmxNFxYUGuj2jGBeLQAWQhbw"
|
4 |
|
5 |
# IMPORTANT: This model ID must be the one that works with your specific
|
6 |
# google-generativeai SDK setup and the client.models.generate_content pattern.
|