GenAI Studio
  • Edge AI SDK/GenAI Studio
  • Getting Started
    • About GenAI Studio
    • Quickstart
      • Prerequisite
      • Installation
      • Utilities
    • Feature Overview
      • Inference Chat
      • Fine-tuning
      • Model Management
      • Application
    • Version History
      • Version 1.1
      • Version 1.0
  • Inference
    • Chat Inference
    • AI Agents
  • Finetune
    • Text-to-Text
      • Overview
      • Full Parameter
      • LoRA
    • Text-to-Image (Coming Soon)
    • Dataset Management
    • Schedule
  • Model
    • Model Management
  • Validation
  • Convert
  • Administration
    • Resource Monitoring
  • System Configuration
    • AI Providers
      • LLM Setup
      • Embedder Setup
      • Vector DB
      • Transcription Setup
    • System Administration
      • Users
      • Workspace Chats
      • Invites
      • GPU Resource
      • Register an App
    • Appearance Customization
    • Tools
      • Embedded Chat Widgets
      • Event Logs
      • Security & Access
  • Application
    • Text to Image
    • Background Removal
    • OCR
  • FAQ
    • Technical
Powered by GitBook
On this page
  • Overview of the Chat Interface
  • User Messages
  • Actions
  • LLM Messages
  • Actions
  • Prompt Input Controls
  1. Inference

Chat Inference

PreviousVersion 1.0NextAI Agents

Last updated 2 months ago

Overview of the Chat Interface

The chat interface of GenAI Studio is where you will spend most of your time. Familiarizing yourself with its basics is crucial as it features intuitive and familiar design elements. Updates to the interface may include additional icons for improved functionality.


User Messages

User messages are those you send. They are used to find similar documents and are sent to the LLM for processing.

Actions

  • Copy: Copy the content of the message.

  • Edit: Amend and automatically resubmit the conversation from that point to the LLM. Note that this truncates all messages below the edited content.

  • Speak: Use native text-to-speech modules, OpenAI Voice, or 11Labs voice to vocalize your text.

LLM Messages


LLM messages are responses from the active LLM in the chat session. These responses help find similar documents and contribute to future conversations. History management is automatic when the context window is exceeded.

Actions

  • Copy: Copy the content of the message.

  • Edit: Modify the output of an LLM message for correctness without resubmitting the prompt. This simply updates the history.

  • Regenerate: Resend the same prompt and history to the LLM for a new answer.

  • Feedback (Thumbs Up & Down): Provide qualitative feedback on LLM responses. Feedback doesn’t affect message history or future responses but is useful for exporting chats to create fine-tunes.

Prompt Input Controls


  • Slash Commands: Inject standard text into your prompt using short-keys. Create and manage commands here.

    • Default Slash Commands: Built-in commands with special functions like /reset.

  • @Agent Invocation: View available @agents and their skill sets. Starting a prompt with @agent initiates an agent session.

  • Font Size: Set the default font size for your profile.

  • Microphone: Enable voice-to-text inputs for your LLM prompts (not available on Desktop).