jas3333 / GPT-Helper

MIT License
140 stars 37 forks source link

Model's maximun content length #15

Closed JValdivia23 closed 1 year ago

JValdivia23 commented 1 year ago

The model's maximun content length is 4097 tokens, it means that you can write only 4097 words. Is there any way to increase this number?

jas3333 commented 1 year ago

I just pushed an update for the token slider to max at 4096.

JValdivia23 commented 1 year ago

Can that number be as huge as 10x that limit?

jas3333 commented 1 year ago

No, the max token amount for the text model is 4096.

JValdivia23 commented 1 year ago

I understand. Thank you.

jas3333 commented 1 year ago

You're welcome.