Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
from phi.agent import Agent from phi.model.openai import OpenAIChat agent = Agent( model=OpenAIChat(id="gpt-4o"), show_tool_calls=True, markdown=True, ) agent.print_response("What is the stock price of NVDA and TSLA")
id
str
api_key
base_url
OpenAILike
Was this page helpful?