Update app.py
Browse files
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
|
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",
|