Spaces:
Paused
Paused
Update app.py
#1
by
DIVY118
- opened
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import google.generativeai as palm
|
3 |
|
4 |
# Configure the API key
|
5 |
-
palm.configure(api_key="
|
6 |
|
7 |
defaults = {
|
8 |
'model': 'models/text-bison-001',
|
|
|
2 |
import google.generativeai as palm
|
3 |
|
4 |
# Configure the API key
|
5 |
+
palm.configure(api_key="AIzaSyDmHbZlWJJBlaW5BAJwfOu7HP-JAKFiCpY")
|
6 |
|
7 |
defaults = {
|
8 |
'model': 'models/text-bison-001',
|