Modify tests to use openai quickstart
This commit is contained in:
@@ -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={
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user