SuhasBansode commited on
Commit
a1a2376
·
1 Parent(s): 6c16ac9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def init_page() -> None:
20
 
21
  def select_llm() -> LlamaCPP:
22
  return LlamaCPP(
23
- model_path="https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf",
24
  temperature=0.1,
25
  max_new_tokens=500,
26
  context_window=3900,
 
20
 
21
  def select_llm() -> LlamaCPP:
22
  return LlamaCPP(
23
+ model_url="https://huggingface.co/TheBloke/Llama-2-7B-Chat-GGUF/resolve/main/llama-2-7b-chat.Q2_K.gguf",
24
  temperature=0.1,
25
  max_new_tokens=500,
26
  context_window=3900,