Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ openai_client = OpenAI(
|
|
64 |
)
|
65 |
|
66 |
# Claude setup
|
67 |
-
anthropic_key = os.getenv("
|
68 |
if anthropic_key == None:
|
69 |
anthropic_key = st.secrets["ANTHROPIC_API_KEY"]
|
70 |
claude_client = anthropic.Anthropic(api_key=anthropic_key)
|
|
|
64 |
)
|
65 |
|
66 |
# Claude setup
|
67 |
+
anthropic_key = os.getenv("ANTHROPIC_API_KEY_3")
|
68 |
if anthropic_key == None:
|
69 |
anthropic_key = st.secrets["ANTHROPIC_API_KEY"]
|
70 |
claude_client = anthropic.Anthropic(api_key=anthropic_key)
|