Fix: Changed keyword from assisstant to secretary (#2937)
This commit is contained in:
@@ -8,10 +8,12 @@ export CARTESIA_API_KEY=your_cartesia_api_key
|
||||
"""
|
||||
|
||||
from textwrap import dedent
|
||||
|
||||
from agno.agent import Agent
|
||||
from agno.models.openai import OpenAIChat
|
||||
from agno.tools.cartesia import CartesiaTools
|
||||
from agno.utils.audio import write_audio_to_file
|
||||
|
||||
from mem0 import MemoryClient
|
||||
|
||||
memory_client = MemoryClient()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from agents import Agent, Runner, function_tool, enable_verbose_stdout_logging
|
||||
from agents import Agent, Runner, enable_verbose_stdout_logging, function_tool
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from mem0 import MemoryClient
|
||||
|
||||
Reference in New Issue
Block a user