Ching-An Cheng
Results
1
issues of
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...