Chittaranjan

Results 3 comments of Chittaranjan

To enable seamless integration with additional LLMs. we propose updating the LLM client initialization in [`client_utils.py`](https://github.com/microsoft/data-formulator/blob/main/py-src/data_formulator/agents/client_utils.py) to accept custom endpoints and model parameters using LiteLLM’s unified interface. Additionally, there introduce...

What i planned and tested , It work for all LLM , only the UI part for modelselection will have to do accordingly with the [client_utils.py](https://github.com/microsoft/data-formulator/blob/main/py-src/data_formulator/agents/client_utils.py).