Joris van Raaij

Results 2 comments of Joris van Raaij

@dataders I've played around quite a bit with this macro but indeed it seems the `config.get('query_tag')` variable is being overwritten. I did however see that the `+meta` config is merged...

@makkzone I only got your solution to work after changing line 490 in file: `autogen/oai/client.py` from: ``` client = AnthropicClient(**openai_config)``` to ``` client = AnthropicClient(**config)``` If i didn't I ran...