Skip to main content

Smart Chat

GPT AI Flow's chat features cover two levels: a lightweight standard chat for quick starts, and AI Smart Conversations that can directly operate on your files. You can switch between them at any time depending on your task.


Standard Chat Mode​

Standard chat is the fastest way to get started. Open it and start talking β€” no extra tools in the way.

It comes in two behaviors. The only difference: whether the AI remembers your previous turns.

History Chat​

The default behavior. Every turn carries forward the full conversation context. The AI knows what came before.

Use for: deep discussions, multi-step reasoning, writing tasks that need continuity.

Single Chat​

Every message starts fresh. The AI has no memory of the previous exchange.

Use for: one-off queries, quick experiments, when you don't want old context polluting your prompt.

Default Tools​

Standard chat mode ships with no extra tools enabled by default. It runs the lightest agents-team (planner + implementer + reviewer), keeping only basic file operations and search.

If you need the AI to read PDFs, recognize text in images, or search the web, you can enable those in settings.

When to Use Standard Chat​

  • Everyday Q&A, translation, summarization
  • Testing a prompt idea quickly
  • When you're not sure which mode to use β€” start here

AI Smart Conversations β€” More Than Chat, It Takes Action​

Ordinary AI chat tools can only give you text replies. GPT AI Flow is different β€” the AI doesn't just answer your questions, it can directly operate on the files on your computer.

This corresponds to the execution layer of LLM-Wiki: you give the goal, and the AI handles retrieval, organization, and writing to disk. If you haven't read the core concepts yet, we recommend starting with the LLM-Wiki concept page.


What You Can Actually Do​

These aren't hypotheticals β€” these are things you can do every day:

  • "Summarize the PDF on my desktop" β†’ AI reads the PDF directly and extracts the key points
  • "Organize this article's outline into outline.md" β†’ AI creates the file and writes the content automatically
  • "Search for the latest AI industry trends" β†’ AI runs a web search and compiles the results
  • "What does this screenshot say?" β†’ AI automatically extracts text from the image (OCR)
  • "Find my old notes about procrastination" β†’ AI performs semantic search across your note vault
  • "How many articles are in this folder? Give me a word count." β†’ AI traverses the directory and generates stats

Six Built-in Tool Categories β€” AI Calls Them Automatically​

You don't need to pick tools manually β€” the AI decides on its own when to use what. Just describe what you need in plain language.

πŸ“ File Operations​

AI can read, create, edit, delete, and search files in your workspace. In the Obsidian context, this is typically your Vault.

OperationDescription
Read fileRead the contents of any text file
Create fileCreate a new file at a specified location
Edit fileOverwrite or partially modify file content
Delete/RenameClean up or reorganize files
Search contentSearch by keyword across the workspace
List directoryView folder structure
Git versioningEvery edit auto-saves a history, so you can review or roll back anytime

Safety note: All file operations are restricted to your chosen workspace. For Obsidian users, this is the Vault you specify β€” the AI cannot access files outside it.

AI can search your note vault semantically, finding notes related to your current topic β€” even if you used completely different wording.

  • Search vault β€” Search your Vault using natural language
  • Discover related notes β€” Recommend "second-circle" notes based on current content
  • Surface forgotten notes β€” Find older, high-quality notes you haven't touched in a while
tip

Want more details on semantic search? See the Semantic Note Search deep dive.

AI can search the internet for up-to-date information, helping you stay current, look up references, or verify facts.

πŸ“„ Document Parsing​

Beyond text files, AI can understand richer document formats:

FormatCapability
PDF filesExtract all text content from PDFs
Image filesOCR text extraction (supports English and Chinese)

πŸ–₯️ Data Analysis​

AI has access to a set of read-only analysis commands:

  • Text search β€” Search for specific patterns within files
  • High-speed search β€” Use ripgrep to locate text across large file sets
  • File finder β€” Find files by name or attributes
  • Word count β€” Count lines and words in files

All analysis commands are read-only and will never modify your files.

πŸ“Ž Skill Reference Files​

When you activate a Skill, if that Skill includes reference materials (guides, templates, examples), the AI loads them on demand β€” not all at once, but only when it needs a specific piece of information.


Switch Between Multiple Models​

Different AI models have different strengths. GPT AI Flow lets you switch to the best model for each task:

ModelStrengthBest For
OpenAI GPT-4oStrong all-rounder, fast responsesDaily conversations, file operations, quick Q&A
Anthropic ClaudeExcellent at long-form, deep analysisLong-form writing, in-depth analysis, complex reasoning
DeepSeekStrong Chinese comprehension, cost-effectiveChinese writing, everyday tasks, budget-conscious use

Switching models is as simple as selecting from the dropdown at the top of the chat β€” conversation history is preserved, so you can compare results across models.


Full Transparency on Tool Calls​

Unlike many AI tools, GPT AI Flow is not a black box. Every time the AI decides to call a tool, you see it in real time:

  1. πŸ”„ AI is thinking β€” Deciding whether a tool is needed
  2. πŸ› οΈ Which tool was called β€” e.g., "Search vault: writing methods"
  3. πŸ“Š Execution progress β€” How many results were found, which file was read
  4. πŸ’¬ Final answer β€” Complete response based on tool results, streamed in real time
Why Transparency Matters

When you can see what the AI did β€” not just what it said β€” your trust in the results increases dramatically. You can judge whether the AI found the right materials, whether it missed something important, and decide whether to provide additional instructions.


Three Conversation Modes​

Choose the mode that fits your scenario:

ModeHow It WorksBest For
Multi-turn Chat (CHAT)Maintains full conversation history with continuous contextDeep-diving a topic, co-writing an article
Single Q&A (REPEAT)Each answer is independent, no history retainedQuick translations, format conversions, one-off tasks
Image Generation (IMAGE)Calls DALL-E to generate imagesCover images, illustrations, visual content

Wiki Mode β€” Let AI Dive into Your Obsidian Note Network​

Switch to Wiki Mode, and the AI doesn't just read one note β€” it treats your entire Obsidian Vault as an interconnected knowledge network:

  • Understands note links: Mention [[A Note]], and the AI opens and references it directly
  • Follows links forward: Ask "Which notes mention this topic?" and the AI finds them for you
  • Saves conversations as notes: A valuable AI discussion can be saved directly as a note in your Obsidian Vault, permanently preserved
  • Works with the llm-wiki Skill: Around a topic, the AI automatically gathers scattered notes and pulls out the connecting thread

Wiki Mode means AI conversations are no longer "talk and forget" β€” good discussions grow directly into your knowledge base, ready to pick up next time.

A Concrete Workflow You Can Reuse​

Type this in the chat:

  1. @note-enricher Help me organize this meeting retrospective β€” add tags and linked notes
  2. Write the organized conclusions to docs/meeting/2026-04-weekly-review.md
  3. Then list 3 follow-up questions for my next session

The value here: discussion, organization, and output happen in a single chain β€” no switching between multiple tools.


Conversation History Management​

Every conversation is properly saved:

  • Multi-turn conversations β€” Full context preserved for review anytime
  • Smart compression β€” When conversations get long, the system offers summary compression while retaining core content
  • Multiple threads β€” Different topics can have separate conversation threads
  • Export & share β€” Export valuable conversations as Markdown or copy to clipboard

Beyond typing text, you can also:

  • Drag and drop files β€” Drop files into the chat window; AI reads their content automatically as conversation context
  • Knowledge base search β€” If you've set up the local knowledge base, AI automatically searches it for relevant content, making its answers grounded in what you've already written

This means the AI's answers aren't based solely on general knowledge β€” they also reference content you've written yourself.


Next Steps​


  • Product Feedback:
  • πŸ’¬ Have a question? Check out the FAQ for quick solutions: Click here

Thank you for choosing GPT AI Flow, together building the essential tools for the super individuals of the future!