I’m working on the Agentic AI course work and I’d like to know which LLMs are available. I’d like my function to default to a different model when acting as a reviewer.
def reflect_on_draft(draft: str, model: str = “openai:o4-mini”) → str:
Thanks
I’m working on the Agentic AI course work and I’d like to know which LLMs are available. I’d like my function to default to a different model when acting as a reviewer.
def reflect_on_draft(draft: str, model: str = “openai:o4-mini”) → str:
Thanks
This is not the Agentic AI course, this is the Generative AI with Large language models!
Apologies…
Just post in the right place so relevant mentors can see your posts!