Spaces:
Runtime error
Runtime error
Commit
·
6baf09a
1
Parent(s):
57e8d61
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import google.generativeai as palm
|
2 |
import os
|
3 |
-
palm.configure(api_key=os.environ.get("
|
4 |
|
5 |
defaults = {
|
6 |
'model': 'models/chat-bison-001',
|
|
|
1 |
import google.generativeai as palm
|
2 |
import os
|
3 |
+
palm.configure(api_key=os.environ.get("palm_key"))
|
4 |
|
5 |
defaults = {
|
6 |
'model': 'models/chat-bison-001',
|