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
  • Configuration Options
  • Workspace
  • Allowed Chat Method
  • Restrict Requests from Domains
  • Max Chats per Day
  • Max Chats per Session
  • Enable Dynamic Model Use
  • Enable Dynamic LLM Temperature
  • Enable Prompt Override
  • Embedding the Chat Widget
  1. System Configuration
  2. Tools

Embedded Chat Widgets

PreviousToolsNextEvent Logs

Last updated 6 months ago

GenAI Studio lets you embed chat widgets into your website using a simple <script>tag. This provides a seamless way for users to interact with your chatbot directly from your website.

Configuration Options

When creating an embedded chat widget, you have several configuration options available to customize its behavior and appearance.

Workspace

The workspace setting determines which workspace your chat window will be based on. All defaults will be inherited from the selected workspace unless overridden by the specific configuration options.

Allowed Chat Method

You can set how your chatbot should operate using the allowed chat method. There are two options:

  • Chat: The chatbot will respond to all questions regardless of context.

  • Query: The chatbot will only respond to chats related to documents in the workspace.

Restrict Requests from Domains

This filter allows you to block any requests that come from domains other than the specified list. Leaving this field empty means anyone can use your embedded chat widget on any site.

Max Chats per Day

You can limit the number of chats this embedded chat widget can process in a 24-hour period. Setting this value to zero means unlimited chats per day.

Max Chats per Session

You can limit the number of chats a session user can send with this embedded chat widget in a 24-hour period. Setting this value to zero means unlimited chats per session.

Enable Dynamic Model Use

By enabling dynamic model use, you allow the setting of the preferred LLM model to override the workspace default.

Enable Dynamic LLM Temperature

Enabling dynamic LLM temperature allows the setting of the LLM temperature to override the workspace default.

Enable Prompt Override

By enabling prompt override, you allow the setting of the system prompt to override the workspace default.

Embedding the Chat Widget

After creating an embedded chat widget, you will be provided with a link that you can publish on your website using a simple <script> tag. This allows you to easily integrate the chat widget into your website's HTML code.