Modify tests to use openai quickstart

This commit is contained in:
Sarah Wooders
2024-01-03 19:01:27 -08:00
parent 5de2557738
commit 45e6d5793d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ def create_test_agent():
"""Create a test agent that we can call functions on"""
wipe_config()
global client
client = MemGPT(quickstart="memgpt_hosted")
client = MemGPT(quickstart="openai")
agent_id = client.create_agent(
agent_config={

View File

@@ -11,7 +11,7 @@ client = None
def test_create_agent():
wipe_config()
global client
client = MemGPT(quickstart="memgpt_hosted")
client = MemGPT(quickstart="openai")
agent_id = client.create_agent(
agent_config={