Andree Malave

Results 2 issues of Andree Malave

try: token = forefront.Account.create(logging=False) response = gpt4free.Completion.create(Provider.ForeFront, prompt=prompt, model='gpt-4', token=token) return jsonify({"status": "success", "generated_text": response, "provider": "ForeFront"}) except Exception as e: print(f"Error with ForeFront provider: {e}") pass this is trowing;...

Hi i'm having this error; Syntax Warning: Could not parse ligature component "475" of "_475" in parseCharName Syntax Warning: Could not parse ligature component "509" of "_509" in parseCharName When...