Open atulgrover opened 2 months ago
A bug happened! [Bug]: the knowledge counter is stuck at 1000
No response
CORE-187 [Bug]: the knowledge counter is stuck at 1000
The knowledge counter is limited to a maximum value of 1000 for the model "mistral/mistral-small" due to a condition in the code:
case "mistral/mistral-small": return 1000;
You can find this condition in the defineMaxTokens.ts file [1].
defineMaxTokens.ts
To continue talking to Dosu, mention @dosu.
Hey Mate, You can go to backend/supabase/config.toml and increase the max rows to 2000. Be careful it has some performance issues ->
backend/supabase/config.toml
Then simply supabase stop && supabase start and you'll be good to go
supabase stop && supabase start
What happened?
A bug happened! [Bug]: the knowledge counter is stuck at 1000
Relevant log output
No response
Twitter / LinkedIn details
No response