[Issue]: How can I disable caching?
Describe the issue
In client.py, there is a function where a database is created for caching. I am running my AutoGen code on a machine without any file/folder creation privileges, so I am getting an error when AutoGen tries to create a database for caching. How can I turn caching off?
Thank you.
Steps to reproduce
- Use Azure Web Apps
- Deploy some AutoGen code to the web app
- Run it
Screenshots and logs
Additional Information
No response
I found the answer, add "cache_seed": None, to the LLM config.
Ok I just looked at my llm_config and it already had the cache seed set to none. How do I turn off caching?
https://microsoft.github.io/autogen/docs/topics/llm-caching/#disabling-cache
@tyler-suard-parker this should help.
Not able to disable cache (seed 42), any suggestions on how to disable it. By default setting to 42. manager.initiate_chat(cache=None) - not able to disable cache, is this expected behavior? https://microsoft.github.io/autogen/0.2/docs/reference/agentchat/conversable_agent#initiate_chat