Papert.in
  • Welcome to papertlab
  • Getting Started
    • Installation
      • Prerequisites
  • papertlab UI
    • Main Interface
    • File Management
    • Chat Interaction
    • File Editor
      • Inline AI Editor
    • Settings
      • Token & Usage Reporting Management
      • Auto Commit On/Off
    • Model Selection
    • Terminal Integration
  • Connecting to LLMs
    • OpenAI
    • Anthropic
    • Cohere
    • Gemini
    • Groq
    • Ollama
  • Aruguments
    • Main Options
    • Terminal Args
    • Git Settings
    • Other settings
  • Troubleshooting
    • File Editing Problems
    • large_repos
    • model_warnings
    • token_limits
Powered by GitBook
On this page
  • 3.1 Code Mode
  • 3.2 Ask Mode
  • 3.3 Autopilot Mode (Beta)
  1. papertlab UI

Chat Interaction

PreviousFile ManagementNextFile Editor

Last updated 8 months ago

3.1 Code Mode

By default, papertlab operates in "Code" mode, where it can suggest and make changes to your code.

3.2 Ask Mode

To switch to "Ask" mode:

  1. Click the dropdown next to the input field.

  2. Select "Ask".

In this mode, papertlab will answer questions about your code without making changes.

3.3 Autopilot Mode (Beta)

For autonomous code changes:

  1. Select "Autopilot" from the mode dropdown.

  2. Provide a high-level description of the changes you want.

Autopilot will attempt to make multiple changes to achieve the desired result.