patch bug (#221)
This commit is contained in:
@@ -229,7 +229,7 @@ async def main(
|
||||
memgpt_persona = persona
|
||||
if memgpt_persona is None:
|
||||
memgpt_persona = (
|
||||
personas.GPT35_DEFAULT if "gpt-3.5" in model else personas.DEFAULT_PRESET,
|
||||
personas.GPT35_DEFAULT if "gpt-3.5" in model else personas.DEFAULT,
|
||||
None, # represents the personas dir in pymemgpt package
|
||||
)
|
||||
else:
|
||||
|
||||
@@ -100,7 +100,7 @@ def test_load_database():
|
||||
|
||||
# create agents with defaults
|
||||
agent_config = AgentConfig(
|
||||
persona=personas.DEFAULT_PRESET,
|
||||
persona=personas.DEFAULT,
|
||||
human=humans.DEFAULT,
|
||||
model=DEFAULT_MEMGPT_MODEL,
|
||||
data_source="tmp_hf_dataset",
|
||||
|
||||
Reference in New Issue
Block a user