Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I just HAD to say something about a bug ... tried to start a new game and i keep getting this error (i have the default settings on at it had been working just fine until now)

"This model's maximum context length is 4096 tokens. However, you requested 4171 tokens (3147 in the messages, 1024 in the completion). Please reduce the length of the messages or completion."

reduce the output from 1024 to 800 again the memory estimation isn’t perfect (each model uses different token system) so sometime it under-estimate the memory and the model reject the request due to over memory limit

(1 edit)

It fixed the error code but now the game acts as if every new page is the beginning... 😓

Also i wasn't talking about request, im talking about ANYTHING. I can't even start a new game and when i try to load a save, the error still persists

(1 edit)

Also, I don't know if this has anything to do with it but when i make a new game, my character starts with 120 breasts (should only have 30 base) and a few stats like Health, Mana and Stamina are doubled for some reason. 🤷‍♂️

weird! Maybe change your browser and see if it gets better

(1 edit)

Tried and it's still broken but acts as if i had set it to 800 when it's really at 1024 (aka every page acts like it's the start of the game)

For reference, i had a save at page 160 ish earlier and there was no problem at all. The classic games seem to be working sort of so i honestly don't know why mine is acting out. 🤷‍♂️

can you screenshot or just tell me the memory details like how much %

(1 edit)

-6,8% Available memory. 👀

Prompt: 80,2%

Output token: 26,3%

History: 0%

It is saying your world data eats up all of the memory, there’s no room left to store even a single game text. You need to reduce the amount of text in the world itself, or reduce your maxoutputtokens from 1024 to maybe 200

Yep, i erased an entity and simplified 2 others' descriptions and now it's working again... 

I feel extremely dumb.