Skip to content

Commit 9a44661

Browse files
authored
Merge pull request #1213 from Notnaton/nof-unction-calling
Update local profile so it doen't use function calling
2 parents a3d1457 + d3eb01b commit 9a44661

File tree

1 file changed

+1
-1
lines changed
  • interpreter/terminal_interface/profiles/defaults

1 file changed

+1
-1
lines changed

interpreter/terminal_interface/profiles/defaults/local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def download_model(models_dir, models, interpreter):
214214
215215
"""
216216
)
217-
217+
interpreter.llm.supports_functions = False
218218
interpreter.llm.api_base = "http://localhost:1234/v1"
219219
interpreter.llm.api_key = "x"
220220

0 commit comments

Comments
 (0)