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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from retriever import FrugalAI_methods
15
  try:
16
  API_KEY = os.environ.get("API_KEY")
17
  except:
18
- print("Please provide the Antrhopic API_KEY in the secret variables")
19
  # Initialize the Hugging Face model
20
  model = LiteLLMModel(
21
  model_id="anthropic/claude-3-5-sonnet-latest",
 
15
  try:
16
  API_KEY = os.environ.get("API_KEY")
17
  except:
18
+ print("Please provide the Anthropic API_KEY in the secret variables")
19
  # Initialize the Hugging Face model
20
  model = LiteLLMModel(
21
  model_id="anthropic/claude-3-5-sonnet-latest",