-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Description
What happened?
-
Created new folder to make sure i don't have any folders or files for the gemini to cache or send it as a prompt so created new folder it as nothing in it
-
Opened gemini cli running in latest version --> 0.11.3
-
Model used --> gemini-2.5-flash
-
1st prompt given --> "Hi"
-
gemini returned --> "Hi! I'm ready for your first command."
-
i'm shocked to see --> /stats model
╭──────────────────────────────────────────────────────╮
│ │
│ Model Stats For Nerds │
│ │
│ Metric gemini-2.5-flash │
│ ────────────────────────────────────────────────── │
│ API │
│ Requests 1 │
│ Errors 0 (0.0%) │
│ Avg Latency 5.5s │
│ │
│ Tokens │
│ Total 5,364 │
│ ↳ Prompt 5,328 │
│ ↳ Thoughts 25 │
│ ↳ Output 11 │
│ │
╰──────────────────────────────────────────────────────╯
total used token for "Hi" is "5,364" and it is keep on doubling when i give 2nd prompt as "Hi" then total token is
"10,728"
NOTE: "/memory" is empty
What did you expect to happen?
reduce the token count
Client information
Client Information
Run gemini to enter the interactive CLI, then run the /about command.
> /about
# paste output hereLogin information
No response
Anything else we need to know?
No response