awacke1 commited on
Commit
a1959ea
·
1 Parent(s): e6ba80b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,9 +92,9 @@ def add_Med_Licensing_Exam_Dataset():
92
  # 1. Constants and Top Level UI Variables
93
 
94
  # My Inference API Copy
95
- # API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
96
  # Original:
97
- API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
98
  API_KEY = os.getenv('API_KEY')
99
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
100
  MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"
 
92
  # 1. Constants and Top Level UI Variables
93
 
94
  # My Inference API Copy
95
+ API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
96
  # Original:
97
+ #API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
98
  API_KEY = os.getenv('API_KEY')
99
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
100
  MODEL1URL="https://huggingface.co/meta-llama/Llama-2-7b-chat-hf"