DragonProgrammer commited on
Commit
cf69adf
·
verified ·
1 Parent(s): db93603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ class LangChainAgentWrapper:
68
 
69
  # Using a newer, more capable instruction-tuned model.
70
  # This model is generally better at following the ReAct prompt format used by LangChain agents.
71
- model_id = "mistralai/Mistral-7B-Instruct-v0.1"
72
  # model_id = "bigcode/starcoderbase-1b" # You can still use starcoder if you prefer
73
 
74
  try:
 
68
 
69
  # Using a newer, more capable instruction-tuned model.
70
  # This model is generally better at following the ReAct prompt format used by LangChain agents.
71
+ model_id = "google/gemma-2b-it"
72
  # model_id = "bigcode/starcoderbase-1b" # You can still use starcoder if you prefer
73
 
74
  try: