Mr-Vicky-01 commited on
Commit
d04a9f1
1 Parent(s): 0b805c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ load_dotenv()
12
 
13
  # Configure the Llama index settings
14
  Settings.llm = HuggingFaceInferenceAPI(
15
- model_name="google/gemma-1.1-7b-it",
16
- tokenizer_name="google/gemma-1.1-7b-it",
17
  context_window=3900,
18
  token=os.getenv("HF_TOKEN"),
19
  max_new_tokens=1000,
 
12
 
13
  # Configure the Llama index settings
14
  Settings.llm = HuggingFaceInferenceAPI(
15
+ model_name="meta-llama/Meta-Llama-3-8B-Instruct",
16
+ tokenizer_name="meta-llama/Meta-Llama-3-8B-Instruct",
17
  context_window=3900,
18
  token=os.getenv("HF_TOKEN"),
19
  max_new_tokens=1000,