okay, here is the link : Temporary workaround for error due to exceeding input token count (unofficial) but this solution ain’t working anymore so read it just so that you understund the error. i mean the exact comands ain’t working anymore. firstly you’ll type in the terminal timestamp=$(date +%Y%m%d%H%M%S); \ mkdir -p "/home/user/studio/context_backup/" && \ cp "/home/user/.idx/ai/prototyper-context-state.json" "/home/user/studio/context_backup/prototyper-context-state-${timestamp}.json" && \ cp "/home/user/.idx/ai/prototyper-thread.json" "/home/user/studio/context_backup/prototyper-thread-${timestamp}.json"
this is to keep backup of your context file in case if things went wrong(trust me its important). then after you do, you’ll type code /home/user/.idx/ai/prototyper-context-state.json
this is the file where the context of gemeni is stored, and thats why you are getting that problem. after you typed this in the terminal you’ll continue with step 9 in the link i sent you.
1 Like