Promotingai commited on
Commit
dcedfc2
·
verified ·
1 Parent(s): a2e776a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- defaults to os.environ.get("ANTHROPIC_API_KEY")
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