#Change model not working

1 messages · Page 1 of 1 (latest)

still fulcrum
#

Hi, no matter what I set or choose in configurations, dagger seems to keep using gpt, instead of claude or gemini. How does it decide what model to use based on the environment variables?

pastel scroll
#

You can specify the model you want with dag.LLM(model="foo")

still fulcrum
#

Is there a way to log out the name of the model in use in a run?

pastel scroll