Python Agent
Example
from aita.agent.python import PythonAgent
python_agent = PythonAgent("gpt-3.5-turbo")
python_agent.stream("print('Hello, World!')")Last updated
from aita.agent.python import PythonAgent
python_agent = PythonAgent("gpt-3.5-turbo")
python_agent.stream("print('Hello, World!')")Last updated