You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason you hard code different models in different calls to the lite llm's completion function?
It would be really nice to be able to pass in an env variable and set the model systemwide. I'm assuming the reason we can't do this is because you need to use the more powerful models for certain functionality to work well?