TalkToEBM icon indicating copy to clipboard operation
TalkToEBM copied to clipboard

A Natural Language Interface to Explainable Boosting Machines

Results 2 TalkToEBM issues
Sort by recently updated
recently updated
newest added

Hi, I wanted to try out your interesting project locally but I a currently receive the error message "raise Exception(f"Too many (more than {self.llm.max_retries}) OpenAI API RateLimitError's in a row!")...

I encountered an issue when trying to run the following code in the TalkToEBM package: llm_descripe_dict = {k: kwargs[k] for k in dict(kwargs) if k in llm_descripe_kwargs} prompt = prompts.describe_graph_cot(...