redfernstech commited on
Commit
c9c9a57
·
verified ·
1 Parent(s): f3e8566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ templates = Jinja2Templates(directory="static")
61
 
62
  # Configure Llama index settings
63
  Settings.llm = HuggingFaceInferenceAPI(
64
- model_name="meta-llama/Meta-Llama-3-8B-Instruct",
65
- tokenizer_name="meta-llama/Meta-Llama-3-8B-Instruct",
66
  context_window=3000,
67
  token=os.getenv("HF_TOKEN"),
68
  max_new_tokens=512,
 
61
 
62
  # Configure Llama index settings
63
  Settings.llm = HuggingFaceInferenceAPI(
64
+ model_name="HuggingFaceH4/zephyr-7b-beta",
65
+ tokenizer_name="HuggingFaceH4/zephyr-7b-beta",
66
  context_window=3000,
67
  token=os.getenv("HF_TOKEN"),
68
  max_new_tokens=512,