navid72m commited on
Commit
9ae92ce
1 Parent(s): 5cb07cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def find_most_relevant_context(contexts, question, max_features=10000):
35
 
36
  API_URL = "https://api-inference.huggingface.co/models/google/gemma-7b"
37
  API_URL_2 = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-v0.1"
38
- API_URL_LLMA = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B"
39
  headers = {"Authorization": f"Bearer {my_token}"}
40
  # pipe = pipeline("text-generation", model="mistralai/Mixtral-8x7B-v0.1", token = my_token)
41
 
 
35
 
36
  API_URL = "https://api-inference.huggingface.co/models/google/gemma-7b"
37
  API_URL_2 = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-v0.1"
38
+ API_URL_LLMA = "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B-Instruct"
39
  headers = {"Authorization": f"Bearer {my_token}"}
40
  # pipe = pipeline("text-generation", model="mistralai/Mixtral-8x7B-v0.1", token = my_token)
41