Ching-An Cheng
Ching-An Cheng
While a new `cache_path` is created in `__init__` of `AzureChatOpenAI`, it is not successfully passed to the `__init__` of parent class `ChatOpenAI` in this [line](https://github.com/zou-group/textgrad/blob/495801fcd7a44b0bf3121374857558024efa91b7/textgrad/engine/openai.py#L187), since `ChatOpenAI`'s [`__init__`](https://github.com/zou-group/textgrad/blob/495801fcd7a44b0bf3121374857558024efa91b7/textgrad/engine/openai.py#L30) does not...
Trace provides a framework to program agent architectures (parameterized by code, prompts, etc.) that can be trained by generative optimizers that can optimize graphs. There're many LLM-based generative optimization algorithms...