Skip to content

Commit

Permalink
fix config (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahwooders authored Nov 13, 2023
1 parent a4217e1 commit 2fb7caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memgpt/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def use_preset(preset_name, agent_config, model, persona, human, interface, pers
preset_name = "memgpt_gpt35_extralong"

return Agent(
config=agent_config,
model=model,
system=gpt_system.get_system_text("memgpt_chat"),
functions=available_functions,
Expand Down

0 comments on commit 2fb7caa

Please sign in to comment.