Frequently Asked Questions

T1 - Conversation Content Saving and Storage Path

Conversation content can be saved in the following three ways:

  1. savetodir: Saves conversation content to the local file system.
  2. shareto: Shares conversation text to other local applications (e.g., email clients).
  3. sharefiles: Shares conversation-related files (e.g., images, attachments) to other local applications (e.g., photo albums, file managers).

savetodir(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:

  1. tokens: Before content generation, query the number of tokens used by the current prompt.
  2. status: After content generation, view the total token usage and details of this conversation.

status

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: The usage mode used for the current conversation. For details, please refer to Usage Mode.

  • For serveronly mode, 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