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

Token Limit #190

Open
PyT1m opened this issue Jan 8, 2024 · 6 comments
Open

Token Limit #190

PyT1m opened this issue Jan 8, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@PyT1m
Copy link

PyT1m commented Jan 8, 2024

Would it be possible to implement a token limiter for each chatbot. In another thread there was the suggestion to implement bot statistics as an enhancement. Maybe you could combine it with the token limiter?

@n4ze3m
Copy link
Owner

n4ze3m commented Jan 10, 2024

Hey, are you suggesting a max token length for each bot, right?

@n4ze3m n4ze3m added the enhancement New feature or request label Jan 10, 2024
@comeback01
Copy link

I think that for each rebot, we should be able to adjust:

token context
max token
Temperature
Top_P
Top_K
Penalty

This really changes the answers

@n4ze3m
Copy link
Owner

n4ze3m commented Jan 11, 2024

The existing version supports temperature; you can change it in the settings. I will add the reset of the configuration

@PyT1m
Copy link
Author

PyT1m commented Jan 11, 2024

For example fastbots offers plans like: 5000 Messages P/M | 15,000,000 characters/bot. So they have implemented a limit on tokens to spend per month somehow. That was my idea of a token-limitation.

@comeback01
Copy link

This must be done at provider level.

A key leaves rebot, with a limit.

The only one I've seen that offers this is https://openrouter.ai.

They even have free templates!

@PyT1m
Copy link
Author

PyT1m commented Jan 12, 2024

Ah okay, I see. And would it be possible to integrate openrouter.ai (openrouter.api) and the limits in dialoqbase?

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

No branches or pull requests

3 participants