CindyDelage commited on
Commit
c28f0b4
·
verified ·
1 Parent(s): a477d73

Update app.py

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