Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
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:
|