awacke1 commited on
Commit
76a257f
1 Parent(s): 8e28b1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -290,9 +290,9 @@ def add_Med_Licensing_Exam_Dataset():
290
  # 1. Constants and Top Level UI Variables
291
 
292
  # My Inference API Copy
293
- # API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
294
  # Meta's Original - Chat HF Free Version:
295
- API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
296
  API_KEY = os.getenv('API_KEY')
297
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
298
  MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"
 
290
  # 1. Constants and Top Level UI Variables
291
 
292
  # My Inference API Copy
293
+ API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
294
  # Meta's Original - Chat HF Free Version:
295
+ #API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
296
  API_KEY = os.getenv('API_KEY')
297
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
298
  MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"