Spaces:
Sleeping
Sleeping
Commit ·
8344e25
1
Parent(s): 1a73972
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ import os
|
|
| 12 |
# llm = GooglePalm(google_api_key=api_key, temperature=0.1)
|
| 13 |
|
| 14 |
import google.generativeai as palm
|
| 15 |
-
import os
|
| 16 |
|
| 17 |
google_api_key=os.getenv('GOOGLE_PALM_API_KEY')
|
| 18 |
palm.configure(api_key=google_api_key)
|
|
|
|
| 12 |
# llm = GooglePalm(google_api_key=api_key, temperature=0.1)
|
| 13 |
|
| 14 |
import google.generativeai as palm
|
|
|
|
| 15 |
|
| 16 |
google_api_key=os.getenv('GOOGLE_PALM_API_KEY')
|
| 17 |
palm.configure(api_key=google_api_key)
|