### Question Validation - [X] I have searched both the documentation and discord for an answer. ### Question ChainOfTableQueryEngine Does this support LLM API as service ? my LLM is hosted on report server which we can access as Rest API call. ``` from chain_of_table_pack.base import ChainOfTableQueryEngine, serialize_table query_engine = ChainOfTableQueryEngine(df, llm=llm, verbose=True) ```
Question Validation
Question
ChainOfTableQueryEngine
Does this support LLM API as service ?
my LLM is hosted on report server which we can access as Rest API call.