jd02904
jd02904
**Description** Currently the WorkspaceClient looks up all possible environment variables that can be used for authentication (e.g. Databricks token or Azure credentials) and throws an error if more than one...
### What feature would you like to see? Currently, settings.disable_history equals False by default which means that, in a production application, global variable `dspy.clients.base_lm.GLOBAL_HISTORY` increases indefinitely, meaning an OOM is...
### What feature would you like to see? It would be great to have the ability to use asyncify within dspy.settings.context(lm=model) by implementing an asynchronous version of the context manager....
### What feature would you like to see? I am running an async dspy app in fast api and running into the below error when processing more than one request...