TalkToEBM
TalkToEBM copied to clipboard
A Natural Language Interface to Explainable Boosting Machines
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(...
The code below gpt_model = "gpt-4-turbo-2024-04-09" graph_dec = t2ebm.describe_graph(gpt_model, ebm, 0) Results in an Attribute Error below. The version of t2ebm is '0.1.2'. Thanks for the project. --------------------------------------------------------------------------- AttributeError Traceback...