a16z-infra / ai-town

A MIT-licensed, deployable starter kit for building and customizing your own version of AI town - a virtual town where AI characters live, chat and socialize.
https://convex.dev/ai-town
MIT License
7.74k stars 718 forks source link

Has anyone encountered Unexpected end of JSON input error #242

Closed PeterTongHu closed 3 months ago

PeterTongHu commented 5 months ago

Here is the error: Generating messages keep timing out, and there has been Unexpected end of JSON input error.

Screenshot 2024-06-05 at 5 57 52 PM
ianmacartney commented 5 months ago

I wonder if the llm is giving up and not sending back a full response - you could try catching the error in llm.ts and printing what the response was - maybe await response.text() would return something? My guess is this is running against local ollama?