Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -323,9 +323,9 @@ def add_Med_Licensing_Exam_Dataset():
|
|
323 |
# 1. Constants and Top Level UI Variables
|
324 |
|
325 |
# My Inference API Copy
|
326 |
-
API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
|
327 |
# Meta's Original - Chat HF Free Version:
|
328 |
-
|
329 |
API_KEY = os.getenv('API_KEY')
|
330 |
MODEL1="meta-llama/Llama-2-7b-chat-hf"
|
331 |
MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"
|
|
|
323 |
# 1. Constants and Top Level UI Variables
|
324 |
|
325 |
# My Inference API Copy
|
326 |
+
#API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
|
327 |
# Meta's Original - Chat HF Free Version:
|
328 |
+
API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
|
329 |
API_KEY = os.getenv('API_KEY')
|
330 |
MODEL1="meta-llama/Llama-2-7b-chat-hf"
|
331 |
MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"
|