Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ if user_claude_api_key:
|
|
| 136 |
promptlayer.api_key = st.secrets["PROMPTLAYER"]
|
| 137 |
anthropic = promptlayer.anthropic
|
| 138 |
client=anthropic.Anthropic(
|
| 139 |
-
|
| 140 |
)
|
| 141 |
|
| 142 |
|
|
|
|
| 136 |
promptlayer.api_key = st.secrets["PROMPTLAYER"]
|
| 137 |
anthropic = promptlayer.anthropic
|
| 138 |
client=anthropic.Anthropic(
|
| 139 |
+
os.environ.get("ANTHROPIC_API_KEY")
|
| 140 |
)
|
| 141 |
|
| 142 |
|