Top Point 10

Results 1 issues of Top Point 10

code: ```py from prsaw import RandomStuff api_key = api_key rs = RandomStuff(api_key = api_key) response = rs.get_ai_response("How are you?") print(response) rs.close()``` error:------------------------------------------------ ```py Ignoring exception in on_message Traceback (most recent...