deydist
deydist
I am experiencing this same strange "issue". What is the best way to manually reset the data?
@Kyle772 Can you share your method for resetting the data back to the init values? In my implementation I am having to use 3 different Bin lists but would like...
> Thanks to both of you! I'm curious how your solution looks Johetan. I'm currently reinitializing the list of Bins in each function... however ideally I want to have just...
I'm experiencing the same thing but upon retrying it has yet to succeed, EVER. ``` import orjson from simpleaichat import AIChat while True: try: AIChat(api_key="sk-...") except orjson.JSONDecodeError: print("trying again...") ```
> Had the same issue and now it works after I've setup a payment method for the API usage and regenerated an API key on openai Makes sense your key...