jdesiree commited on
Commit
59ea6f1
·
verified ·
1 Parent(s): 9aa77ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ if "HUGGINGFACEHUB_API_TOKEN" not in os.environ:
18
 
19
  # --- LLM and Template Configuration ---
20
  llm = HuggingFaceEndpoint(
21
- repo_id="meta-llama/Llama-3.2-3B-Instruct",
22
  temperature=0.7,
23
  top_p=0.9,
24
  max_new_tokens=1024,
 
18
 
19
  # --- LLM and Template Configuration ---
20
  llm = HuggingFaceEndpoint(
21
+ repo_id="google/gemma-2-2b-it",
22
  temperature=0.7,
23
  top_p=0.9,
24
  max_new_tokens=1024,