from agents import Agent, Runner from agents.extensions.models.litellm_model import LitellmModel ollamaModel = LitellmModel( model="ollama/llama3.1:latest", # api ...
I believe support for these escape sequences has been removed in python 3.12, but these warnings can be easily fixed by converting these strings into raw strings. If you are happy to make this change ...