Skip to content

Commit d96d8c7

Browse files
authored
Merge pull request #120 from mindsdb/agents-optimizations
Don't Use Agent Retrieval Mode by Default
2 parents 1759270 + b3c27a6 commit d96d8c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mindsdb_sdk/agents.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ def _create_model_if_not_exists(self, name: str, model: Union[Model, dict]) -> M
360360
# Create a default model if it doesn't exist.
361361
default_model_params = {
362362
'predict': 'answer',
363-
'mode': 'retrieval',
364363
'engine': 'langchain',
365364
'prompt_template': 'Answer the user"s question in a helpful way: {{question}}',
366365
# Use GPT-4 by default.

0 commit comments

Comments
 (0)