Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to increase max tokens in tinychat? #59

Closed
arthur-brainchain opened this issue Jul 22, 2024 · 1 comment
Closed

how to increase max tokens in tinychat? #59

arthur-brainchain opened this issue Jul 22, 2024 · 1 comment

Comments

@arthur-brainchain
Copy link

Hi, amazing progress over last few days, love the TUI.

I notice when I have tinychat open, I can't really modify max tokens. I tried grepping the repo for "514" since thats where it seems to stop at, but can't see it anywhere. I checked the backend API and I tried to pass in max_tokens in the frontend call. Any tips?

@AlexCheema
Copy link
Contributor

AlexCheema commented Jul 22, 2024

As of b0e7dd9, there is now a --max-generate-tokens argument you can pass when starting exo
Example: python3 main.py --max-generate-tokens 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants