Frequently Asked Questions
T1 - Conversation Content Saving and Storage Path
Conversation content can be saved in the following three ways:
savetodir: Saves conversation content to the local file system.shareto: Shares conversation text to other local applications (e.g., email clients).sharefiles: Shares conversation-related files (e.g., images, attachments) to other local applications (e.g., photo albums, file managers).
(picture use 2.0 flash preview image generation)
When saving via the savetodir function, the default file storage path is as follows:
- MacOS:
~/Library/Containers/com.iche2.gai.macos/Data/Library/Caches/ - Windows:
%TEMP% - Linux AppImage:
~/tmp/ - Ubuntu Snap:
/tmp/snap-private-tmp/snap.gai-tools/tmp/ - Linux Flatpak:
$XDG_RUNTIME_DIR/.flatpak/com.iche2.gai/tmp/
T2 - Conversation Token Usage Query
You can query conversation token usage in the following two ways:
tokens: Before content generation, query the number of tokens used by the current prompt.status: After content generation, view the total token usage and details of this conversation.

When querying via the status function, the following token usage details will be displayed:
promptTokenCount: The number of tokens consumed by the prompt.thoughtsTokenCount: The number of tokens consumed by the model's thought process.candidatesTokenCount: The number of tokens consumed by the generated content.-
totalTokenCount: The total number of tokens consumed in this conversation. -
passage: Theusage modeused for the current conversation. For details, please refer to Usage Mode. -
For
serveronlymode, the following data will be displayed in addition:value,balance,used.
T3 - Unauthorized Access (Status Code 401) Preventing Trial Use
Solution and operation path:
Home -> Setting -> Usage Mode -> Reset Trial