arjun-radha-krishnan commited on
Commit
5a870f3
·
verified ·
1 Parent(s): b584653

trying Llama 3

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ import os
10
  from dotenv import load_dotenv
11
  load_dotenv()
12
 
13
- repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
 
14
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("HF_TOKEN"))
15
 
16
  def show_map(places_list):
 
10
  from dotenv import load_dotenv
11
  load_dotenv()
12
 
13
+ #repo_id = "mistralai/Mistral-7B-Instruct-v0.2"
14
+ repo_id = "meta-llama/Meta-Llama-3-8B"
15
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("HF_TOKEN"))
16
 
17
  def show_map(places_list):