#Change model not working
1 messages · Page 1 of 1 (latest)
You can specify the model you want with dag.LLM(model="foo")
Is there a way to log out the name of the model in use in a run?
you can access the actual model in use with LLM.model()
1 messages · Page 1 of 1 (latest)
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?
You can specify the model you want with dag.LLM(model="foo")
Is there a way to log out the name of the model in use in a run?
you can access the actual model in use with LLM.model()