awacke1 commited on
Commit
3c0c042
·
verified ·
1 Parent(s): 1c6c51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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"
 
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"