Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ except:
|
|
20 |
model = LiteLLMModel(
|
21 |
model_id="anthropic/claude-3-5-sonnet-latest",
|
22 |
temperature=0.2,
|
23 |
-
api_key=
|
24 |
)
|
25 |
|
26 |
evaluate_consumption = evaluate_consumption()
|
|
|
20 |
model = LiteLLMModel(
|
21 |
model_id="anthropic/claude-3-5-sonnet-latest",
|
22 |
temperature=0.2,
|
23 |
+
api_key=API_KEY
|
24 |
)
|
25 |
|
26 |
evaluate_consumption = evaluate_consumption()
|