Title: S2B AI Assistant &#8211; ChatBot, AI Agents, ChatGPT API, Image Generator
Author: oc3dots
Published: <strong>3. Januar 2024</strong>
Last modified: 24. Februar 2026

---

Plugins durchsuchen

![](https://ps.w.org/s2b-ai-assistant/assets/banner-772x250.jpg?rev=3017219)

![](https://ps.w.org/s2b-ai-assistant/assets/icon-256x256.jpg?rev=3017219)

# S2B AI Assistant – ChatBot, AI Agents, ChatGPT API, Image Generator

 Von [oc3dots](https://profiles.wordpress.org/oc3dots/)

[Herunterladen](https://downloads.wordpress.org/plugin/s2b-ai-assistant.1.9.1.zip)

 * [Details](https://de.wordpress.org/plugins/s2b-ai-assistant/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/s2b-ai-assistant/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/s2b-ai-assistant/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/s2b-ai-assistant/#developers)

 [Support](https://wordpress.org/support/plugin/s2b-ai-assistant/)

## Beschreibung

Develop multiple AI chatbots and AI Agents with different styles and behaviors on
different pages of your website, including using content-aware functionality using
[RAG](https://en.wikipedia.org/wiki/Retrieval-augmented_generation). You can personalize
the appearance of the chatbot: colors, styles, text; Personalize its position on
the screen, window size, chatbot behavior by choosing: model, instruction, temperature,
tokens, etc. You have the option to choose whether the chatbot will be visible only
to registered visitors or not. The plugin allows you to update models directly from
OpenAI and independently choose the model to use. You can record and save chat conversations
between users and the chatbot. Additionally, it allows you to create/modify content
and images as well as generate code using the ChatGPT API. The API provides access
to large language models.
 Moreover, you have the flexibility to choose from a wide
range of models available in the OpenAI ChatBot API, ensuring that your requests
are tailored to your specific needs. S2B AI Assistant is plugin for WordPress powered
by any model you can choose from OpenAI API platform https://platform.openai.com/
docs/models . You can log conversations between AI chatbot and visitors of your 
website. To learn how to create AI agents using the visual Agent Workflow Builder
tool, visit: [Article](https://soft2business.com/how-to-connect-openai-agent-builder-workflows-to-your-wordpress-chatbot/)
or [Guide](https://platform.openai.com/docs/guides/agent-builder) More advanced 
features like user-specific chatbot permissions and WooCommerce integration are 
available in the Pro version. [Learn more](https://soft2business.com/documentation/s2b-ai-assistant-pro-addon/)

### Features

 * AI powered chatbot
 * Multiple different chatbots with different style and behavior for different website
   pages
 * AI Agents using visual OpenAI Agent [Workflow Builder](https://platform.openai.com/agent-builder)
   and ChatKit
 * Chat bot that uses a cutting-edge models: GPT-5.x, GPT-4o , GPT-4.5, Claude, 
   Grok, Deepseek
 * Content aware AI chatbot using semantic search via embedding content
 * Option to choose if the chatbot is only visible to registered visitors or not
 * Choose exactly which users can access each chatbot. Useful for membership sites,
   gated content, or private support. (Pro) [Learn more](https://soft2business.com/documentation/s2b-ai-assistant-pro-addon/per-user-chatbot-access-control/)
 * Link chatbots to WooCommerce virtual products to grant users time-limited access
   after purchase. This feature is under development and may change.(Pro) [Learn more](https://soft2business.com/documentation/s2b-ai-assistant-pro-addon/woocommerce-integration-pro-feature/)
 * Conversation Logging. Recording and saving chat interactions between users and
   the chatbot
 * Token statistic logging. Recording and saving tokens used by chatbots
 * Personalize the appearance of the chatbot: colors, styles, text
 * Personalize view of chatbot using custom css (additional feature for each chatbot)
 * Is possible to select position, size of chatbot’s window
 * Dynamic update of models directly from OpenAI
 * Plugin can generate images
 * SEO Readability Rewrite, which rewrites a post if its Flesch score falls below
   a defined threshold.
 * SEO Compare (Post vs URL). It compares a post’s content with content from any
   external URL.
 * SEO Compare URLs, which compares content from two external URLs.
 * Summarizing

### Content aware feature for AI chatbot.

You can use Completion API [to create content aware chatbot](https://soft2business.com/how-to-create-content-aware-chat-bot/#content_aware_completion_api_use)
along with [RAG](https://soft2business.com/how-to-use-and-setup-rag-feature-of-s2b-ai-assitant-plugin/)
by embedding website content.

Starting from version 1.6.4 we added Retrieval-augmented generation (RAG) support
to chatbot. So you can use external vector database API and use it in pair with 
[Embedding API](https://platform.openai.com/docs/guides/embeddings) and with [Chat Completion API endpoint](https://platform.openai.com/docs/guides/text-generation)
to build content aware chatbot. With the right configuration you can have such powerful
chatbot like Assistants but with cheaper price. How RAG feature works? Plugin allows
to upload content of selected posts or pages from your website into external vector
database using their API and generate search database. This vector database is able
to do semantic search inside uploaded content. You can attach vector database to
chatbot. When visitors ask questions, this chatbot sends a query to the vector database
instead of sending it directly to ChatGPT. The vector database returns content that
matches the user’s query back to your site. The content found by the vector database
is then sent to ChatGPT along with the user’s query. If the vector database does
not find any information that is related to the user’s request, you have the option
to stop sending the request to ChatGPT and return a message informing the client
about the missing content. This way, you can achieve 2 goals:
 1. Limit sending 
any requests to ChatGPT that are not related to website content. 2. Only send ChatGPT
content from your website that is relevant to the user’s request. This allows you
to reduce the cost of using the Chat Completion API.

For more details of how RAG works see this [article](https://help.openai.com/en/articles/8868588-retrieval-augmented-generation-rag-and-semantic-search-for-gpts).
Also you can read this [page](https://soft2business.com/how-to-use-and-setup-rag-feature-of-s2b-ai-assitant-plugin/)
to get idea on how plugin’s RAG feature works.

Starting from version 1.6.8 we added Generating Downloadable Files embedded into
chatbot response. Please read this [article](https://soft2business.com/generating-downloadable-files-with-s2b-ai-assistant-chatbot-for-wordpress/)
for details.

### Chatbot view modifications

Besides of styling chatbot in configuration pages you also can use some predefined
views or view modifications. In version 1.6.1 we introduce modalless view which 
allows you to put chatbot as part of web page without showing modal window. To use
this function you can add shortcode [s2baia_chatbot bot_id=BOT_HASH_CODE view=embedded]
where BOT_HASH_CODE is hashcode generated automatically when you create new Assistant
or Chat Bot. This hash code is displayed in hash column of table with chat bot or
assistants list. Also it is possible to use such simple form of shortcode [s2baia_chatbot
view=embedded] In such case plugin displays default chat bot as modalles in the 
web page. You can also use the same chatbot with different views as modal or modalles
in other webpages. When you want to use chat bot without modal then make sure that
you selected pixels as units of measurement for chatbot height in the bot configuration!

We also introduced view_mode attribute in shortcode. When you add such shortcode[
s2baia_chatbot bot_id=BOT_HASH_CODE view_mode=fullscreen1 ] then chat bot will be
displayed in full screen immediately after page loads. If you want to hide close
button for full screen chat bot then you need to use hideclose=1 attribute. For 
ecxample [s2baia_chatbot bot_id=BOT_HASH_CODE view_mode=fullscreen1 hideclose=1]

### Apply custom CSS rules to any chatbot

In version 1.6.3, we added the „Deep Customization“ feature. This allows you to 
create a unique view for each chatbot using custom css rules. To do this, you need
to find the ‚Deep customization‘ section on the „Chatbots“ or „Assistants“ tabs,
add the unique html id of the closed and opened chatbot. You can then add CSS rules
to each closed and open view of any chatbot. Separate css rules can be applied to
different chatbots.

### SEO Automation

Includes three AI-powered SEO agents:

 * **SEO Readability Rewrite (HTML only)** – Improves clarity while preserving HTML
   structure.
 * **SEO Compare (Post vs URL)** – Benchmarks your post/page against an external
   URL.
 * **SEO Compare URLs** – Compares two external URLs and generates optimization 
   suggestions.

### How It Works

Each agent runs as a task:
 * Configure inputs * Content is fetched and analyzed*
AI generates a structured SEO report * More detailed information can be found on
this [page](https://soft2business.com/wordpress-automation/)

### Execution Modes

Tasks run either:
 * **Manually**, or * **In Background (WP-Cron queue)**

For background processing, WP-Cron must be enabled.
 If `DISABLE_WP_CRON` is set
to `true`, queued tasks will not run but you can still run them manually.

### How to use plugin

-Open account at [OpenAI](https://platform.openai.com/signup) and get API key
 -
Go to Settings page YOUR_WEBSITE_URL/wp-admin/admin.php?page=s2baia_settings page
of this plugin. Paste API key in the ‚Open AI Key:‘ field of the ChatGPT tab. -Switch
to Models tab. Click on the ‚Refresh from OpenAI‘ button. It updates models from
OpenAI server. Select Models which you want to use. Select the Edit checkbox for
models that will be used with chatbots and text manipulation. Select the Expert 
checkbox for models to be used in the Expert playground. Finally click the Save 
button. Now you can now the S2B AI Assistant plugin. -You can create many chatbots
on the Chatbot page YOUR_WEBSITE_URL/wp-admin/admin.php?page=s2baia_chatbot page
of this plugin. -To get the chatbot operational, insert the shortcode in one of 
the following formats [s2baia_chatbot], [s2baia_chatbot bot_id=automatically_generated_hashcode](
where automatic_generated_hashcode is the chatbot hashcode that is automatically
assigned when the chatbot is created) or [s2baia_chatbot bot_id=assistant] into 
any page or post. First format allows to exploit chatbot that uses Chat Completion
API. This is default chatbot type. The second format allows for both types of chatbots
using the Chat Completion API and the Assistant API. Third format of shortcode allows
to use the automatically generated AI Assistant directly from our plugin. You can
use all 3 types of chatbots on different pages or posts. You can create as many 
different chatbots as you like with the format [s2baia_chatbot bot_id=automatically_generated_hashcode].
You can also place a chatbot with the same shortcode on different pages and/or posts.

-For image generation open Image page in /wp-admin side. There you can generate 
images, using Dall-e-2 or Dall-e-3 models and store them into Media library.

### External Services

This plugin uses external API when it performs following functions:
 -when it runs
semantic search it sends requests to vector databases: [Pinecone](https://www.pinecone.io/)-
when it builds vector database from content of your website it sends content selected
by you to vector database APIs:[Pinecone](https://www.pinecone.io/) -when you select
delete indexed content then it sends deletion requests to APIs: [Pinecone](https://www.pinecone.io/)-
when clients of your website try to search information then plugin sends user’s 
request to [OpenAI](https://openai.com/) API for build embedding and then sends 
embedded request to vector database APIs for doing semantic search:[Pinecone](https://www.pinecone.io/)-
when clients of your website try to send request to chatbot plugin sends user’s 
request to [OpenAI](https://openai.com/) API. Also it can send request to vector
database APIs for doing semantic search:[Pinecone](https://www.pinecone.io/) -when
clients of your website try to send request to chatbot plugin sends user’s request
to [xAI](https://x.ai/api) API -when you or clients of your website try to generate
image then plugin sends request to [OpenAI](https://openai.com/) API. By using this
plugin, you consent to sending data to OpenAI’s and/or Pinecone’s servers, which
may include user queries and other relevant information. Please ensure compliance
with xAI, OpenAI’s, DeepSeek & Pinecone terms and any applicable data privacy laws.

 * **Service Providers**:
    - [OpenAI](https://openai.com/)
    - [Pinecone](https://www.pinecone.io/product/)
    - [xAI](https://x.ai/)
    - [DeepSeek](https://chat.deepseek.com)
    - [Anthropic](https://www.anthropic.com/)
 * **Terms of Use**:
    - [OpenAI API Terms](https://openai.com/policies/terms-of-use/)
    - [Pinecone](https://www.pinecone.io/legal/)
    - [xAI](https://x.ai/legal)
    - [DeepSeek](https://chat.deepseek.com/downloads/DeepSeek%20User%20Agreement.html)
    - [Anthropic](https://www.anthropic.com/legal/consumer-terms)
 * **Privacy Policies**:
    - [OpenAI Privacy Policy](https://openai.com/policies/privacy-policy/)
    - [Pinecone](https://www.pinecone.io/privacy/)
    - [xAI](https://x.ai/legal/privacy-policy/)
    - [DeepSeek](https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html)
    - [Anthropic](https://www.anthropic.com/legal/privacy)

### Pinecone vector database

The S2B AI Assistant box makes use of the API provided by [Pinecone](https://www.pinecone.io/product/).
This plugin does not collect any data from your Pinecone account. The information
sent to the Pinecone servers mainly includes the content of your website and the
specified context. The usage information displayed in the add-on’s settings is only
for your reference. To obtain accurate information about your usage, it is important
to check it on the [Pinecone website](https://www.pinecone.io/learn/). Additionally,
please make sure to review their [Privacy Policy](https://www.pinecone.io/privacy/)
and [Legal documents](https://www.pinecone.io/legal/) for more details.

### Open AI

The S2B AI Assistant makes use of the API provided by [OpenAI](https://openai.com/
blog/openai-api or [Reference]https://platform.openai.com/docs/api-reference). This
plugin does not collect any data from your OpenAI account apart from the number 
of tokens used. The information sent to the OpenAI servers mainly includes the content
of your article and the specified context. The usage information displayed in the
add-on’s settings is only for your reference. To obtain accurate information about
your usage, it is important to check it on the [OpenAI website](https://platform.openai.com/account/usage).
Additionally, please make sure to review their [Privacy Policy](https://openai.com/privacy/)
and [Terms of Service](https://openai.com/terms/) for more details.

### Disclaimer

The S2B AI Assistant is a plugin that allows users to integrate their websites with
AI services such as OpenAI’s ChatGPT, Claude, xAI’s Grok, DeepSeek and Pinecone 
vector database https://www.pinecone.io/ . In order to use this plugin, you (user
of this plugin) must have own API keys and adhere to the guidelines provided by 
the chosen AI service. When utilizing the S2B AI Assistant, you (user of this plugin)
are required to monitor and oversee the content produced by the AI, as well as handle
any potential issues or misuse. The developer of the S2B AI Assistant plugin and
other related parties cannot be held responsible for any problems or losses that
may arise from the usage of the plugin or the content generated by the AI. Users
are advised to consult with a legal expert and comply with the applicable laws in
their jurisdiction. OpenAI, ChatGPT, and related marks are registered trademarks
of OpenAI. Grok, xAI and related marks are registered trademarks of X.AI LLC. Author
of this plugin is not a partner of, endorsed by, affiliated with or sponsored by:
OpenAI I, L.L.C.,OpenAI Ireland Ltd , xAI LLC, DeepSeek or Pinecone Systems, Inc.

This plugin is intended for users 18 years of age and older. If users under 18 access
this plugin, they must do so under direct adult supervision. Parents, guardians,
teachers, or other responsible adults should review all AI-generated content before
use and ensure it’s appropriate for the intended audience. This plugin generates
AI content for informational purposes only. Content generated by this plugin should
NOT be used as professional legal, medical, or financial advice without proper review
by qualified professionals. Always consult licensed attorneys, medical professionals,
or financial advisors for matters requiring professional expertise.

## Screenshots

 * [[
 * General settings of the plugin.
 * [[
 * Models settings
 * [[
 * Instructions settings
 * [[
 * Edit/Generate content in post/page metabox of edit screen
 * [[
 * Expert tab allows to to customize request to Chat completion API
 * [[
 * Chatbot minimized window
 * [[
 * Chat bot maximized window
 * [[
 * Chat bot styles configuration
 * [[
 * Chat bot Assistant API Configuration
 * [[
 * Chat bot discussion log
 * [[
 * Create multiple chatbots with different styles and behavior
 * [[
 * Chatbot configuration page
 * [[
 * Image generation page
 * [[
 * Store generated Image into Media Library
 * [[
 * Modalless option of chat bot

## Installation

### Quick setup:

-Open account at [OpenAI](https://platform.openai.com/signup) and get API key
 -
Go to /wp-admin/admin.php?page=s2baia_settings page of this plugin. Input copied
API key in the ‚Open AI Key:‘ field of the ChatGPT tab. You can copy API key on 
[api keys page](https://platform.openai.com/account/api-keys) -Switch to Models 
tab. Click on the ‚Refresh from OpenAI‘ button. It updates models from OpenAI server.
Select Models which you want to use. Select the Edit checkbox for models that will
be used with chatbots and text manipulation. Select the Expert checkbox for models
to be used in the Expert playground. Finally click the Save button. You can now 
use the S2B AI Assistant plugin. -You can customize the position, appearance, behavior
of the chatbot on the ChatBot configuration page /wp-admin/admin.php?page=s2baia_chatbot.
On this page, you can create many chatbots that differ in their appearance, position
and behavior. -To get the chatbot operational, simply insert the shortcode [s2baia_chatbot]
to any post or page -If you want to use different chatbots on different pages, add
a shortcode in the format [s2baia_chatbot bot_id=generated_hashcode] to any page
or post.

### Detailed setup and configuration:

### Initial configuration.

 1. Go to Settings page /wp-admin/admin.php?page=s2baia_settings. In the ChatGPT tab
    fill your API key in the ‚Open AI Key:‘ . You can generate API key on this page:
    https://platform.openai.com/account/api-keys
 2. You can fill other fields on this tab or leave them by default.

### Chat GPT Models configuration.

3.Switch to Models tab. Click on the ‚Refresh from OpenAI‘ button. It updates models
from OpenAI server.
 4.Select Models which you want to use in different functions
of our plugin. Finally click ‚Save‘ button. Select the Edit checkbox for models 
that will be used with chatbots and text manipulation. Select the Expert checkbox
for models to be used in the Expert playground. Remember that not all models are
suitable for chatbots and word processing. That means you can get error response
like this one ‚This is not a chat model and thus not supported in the v1/chat/completions
endpoint. Did you mean to use v1/completions?‘ when you try to use them. As of today’s
date (July 2024) we recommend to select gpt-3.5-turbo, gpt-3.5-turbo-16k-0613, gpt-
4 versions, gpt-4-turbo-preview and gpt-4-turbo versions. You can play with selection
and deselection models to find best that fit to your needs. For more information
about selecting models [read](https://platform.openai.com/docs/models/)

### AI Chatbot setup.

Open Chatbot menu page in wp-admin. You can see such tabs:
 General, Styles, Chatbots,
Assitant API, Assistants, Logs and Support. On General, Styles You can customize
default behavior, appearance and view of chatbots. In particular you can select 
ChatBot position, ChatBot size, model, colors of chatbot’s elements etc. If you 
want to use different chatbots on different pages then create bot in Chatbots tab
and then put shortcode in format [s2baia_chatbot bot_id=automatically_generated_hashcode]
into any page or post. In addition, the plugin allows you to create AI Assistants
using the [Assistants API](https://platform.openai.com/docs/assistants/overview).
You can create Assistants in Assistant API and or in Assitants tabs. Read below 
on how to do this.

Notice! Chatbot view parameters like position, size, colors are affected by caching.
When you found that you have changed chatbot parameters, but view has not changed
then try to clear cache then reload page.

### Semantic search/RAG setup.

1.Open account at [pinecone](https://www.pinecone.io/). Create empty Index there,
set the dimension to 1536, and choose cosine for the metric.
 2. Get your API KEY
from https://www.pinecone.io/ 3.Open RAG wp-admin page of S2B AI Assistant 4.Fill
field ‚Pinecone API Key:‘ with API key 5.Click Sync indexes button. It should add
your Pinecode Index in Pinecode Index field. Select it in dropdown box. 6.Select
Embedding model with 1536 dimension. 7.Select other parameter on this page and click
Save button. 8.Go to Pinecone tab and select content pages or posts from left list
and add them into right list. 9.Open ChatBot wp-admin page of S2B AI Assistant plugin.
10.Go to ‚Chatbots‘ tab and create new chatbot or select some among created before.
11.Make checked Use embedding (RAG) checkbox and select pinecone in Select index(
RAG) field in chatbot configuration. 12.Click Save button 13.Put chatbot’s shortcode
to any page or post on your website 14.Try to use More detailed instruction on how
to set up RAG feature you can fin on this [page](https://soft2business.com/how-to-use-and-setup-rag-feature-of-s2b-ai-assitant-plugin/).

### Image generation setup.

Image generation feature requires only API key. It is ready to use by default. You
can configure generation options on the Image Generation tab. On the same tab you
can generate and store new images using Dall-e-2 and Dall-e-3 models.

## FAQ

### How many different chat bots can I create?

As many as you want. Each chatbot can have different position, size, colors, behavior
and other elements.

### Can I customize the appearance of the chatbot?

Yes. You can change position, size, colors, behavior of each chatbot separately 
in Chatbots and Assistants tabs of configuration page.

### Which difference between chatbots and assistants?

Actually they are two different types of chatbot. Assistants use OpenAI Assistant
API, while Chatbots use OpenAI completion API to answer visitor’s questions. Using
Assistant API you can upload file to add additional information to chatbot’s knowledge
database. This allows you to create content aware chatbot.

### How can I change icon of chatbot

First upload icon to Media Library. Then copy its url and paste it into „Url of 
chatbot picture:“ field.

### Which OpenAI models does the plugin use?

Any model that is accessible for your OpenAI account. You just need to open Settings
page and switch to Models tab. After click ‚Refresh from OpenAI‘. All models will
be attached to plugin. Then just select models you want to use.

### Is it possible to create downloadable files embedded in a chatbot response?

Yes. please read this [article](https://soft2business.com/generating-downloadable-files-with-s2b-ai-assistant-chatbot-for-wordpress/)

### How does S2B AI Assistant handle image generation?

S2B AI Assistant leverages the DALL-E model for image generation. You can specify
prompts in the command line within the plugin, and S2B AI Assistant will generate
unique images, logos, banners, and more, requiring no design skills from the user.

### The S2B AI Assistant is NOT working in the front end.

The primary cause for this issue is often incorrect theme coding and jQuery being
loaded from an external source. WordPress core already includes jQuery, and as per
WordPress standards, it should be included using wp_enqueue_script. https://developer.
wordpress.org/reference/functions/wp_enqueue_script/ . Verify if this is happening
in your theme.

### How to use Grok model in Chat bot

You need to register in xAI https://x.ai/api and get API key. After open Settings
page of S2B AI Assistant plugin and enter API key into xAI Key field. After this
you are able to select one of then xAI models in each Chatbot page.

## Rezensionen

![](https://secure.gravatar.com/avatar/3afd3131d40c4a00e94ea760d1df957c80cf889258044176e95128628935cf9c?
s=60&d=retro&r=g)

### 󠀁[A very good option](https://wordpress.org/support/topic/a-very-good-option-2/)󠁿

 [jmgonzalezvisualms](https://profiles.wordpress.org/jmgonzalezvisualms/) 9. August
2024

The plugin works as described. We have needed some extra functionality and the developer
has been fast and efficient. My congratulations.

 [ Die 1 Rezension lesen ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/)

## Mitwirkende und Entwickler

„S2B AI Assistant – ChatBot, AI Agents, ChatGPT API, Image Generator“ ist Open-Source-
Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

 *   [ oc3dots ](https://profiles.wordpress.org/oc3dots/)

[Übersetze „S2B AI Assistant – ChatBot, AI Agents, ChatGPT API, Image Generator“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/s2b-ai-assistant)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/s2b-ai-assistant/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/s2b-ai-assistant/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/s2b-ai-assistant/)
per [RSS](https://plugins.trac.wordpress.org/log/s2b-ai-assistant/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.9.1

 * Fix missing method error

#### 1.9.0

 * Added file upload support for Chatkit.
 * Added AI-based automation for comparing and analyzing content.
 * Added the SEO Readability Rewrite agent, which rewrites a post if its Flesch 
   score falls below a defined threshold.
 * Added the SEO Compare (Post vs URL) agent. It compares a post’s content with 
   content from any external URL.
 * Added the SEO Compare URLs agent, which compares content from two external URLs.
 * Added new Claude and Grok models.

#### 1.8.0

 * AI Agents using Visual OpenAI Agent Builder and Chatkit support.
 * Added ability to choose exactly which users can access each chatbot and e-commerce
   integration (Pro feature).

#### 1.7.9

 * Add chat persistence feature.
 * Security fix. Hardened file upload handling: added strict file type validation
   and limited uploads to safe document formats.

#### 1.7.8

 * Fix chat caching.

#### 1.7.7

 * Small addition to usage statistic

#### 1.7.6

 * Fix integrations conflict. Add tokens usage statistic

#### 1.7.5

 * Quick fix to add basic GPT-5 model support. Only chat completion API. Full support
   is coming.

#### 1.7.4

 * Add Anthropic Claude support
 * Add extended Markdown support

#### 1.7.3

 * Update xAI models
 * Fix access issue to plugin config pages
 * Fix links break during Markdown transformation

#### 1.7.2

 * Add DeepSeek integration
 * Adding partial support of Markdown in API responses

#### 1.7.1

 * Refining queries by adding keywords to each search request that is sent to the
   semantic database
 * Adding native way of communication between Chatbot and Assistant API.

#### 1.7.0

 * Add xAI Grok model support for chatbot

#### 1.6.8

 * Add custom css to embedded view
 * Assistant fix
 * Add feature that allows to forget uploaded file for Assistant API
 * Add feature that allows to download files created by Assistant API

#### 1.6.6

 * Security fix
 * Fix initial chatbot creation issue
 * Add o1 models support:o1-mini, o1-preview
 * Improve interface

#### 1.6.4

 * Add RAG support
 * Fix upload file on Assistant API tab.

#### 1.6.3

 * Allow to apply custom css rules to any chatbot and assistant
 * Fix sizes of textarea elements in configuration page

#### 1.6.2

 * Add feature to copy shordcode of chatbot
 * Make default models: gpt-4o, gpt-4o-mini, gpt-4

#### 1.6.1

 * Add ability to run chatbot without modal window
 * Add view_mode parameter which allows to modify view of chatbot via shortcode

#### 1.5.9

 * Added ability to show notification that explains users that conversation is logged

#### 1.5.8

 * Feature that allows you to create multiple different Assistants

#### 1.5.5

 * Fix deprecation message

#### 1.5.4

 * Fix logging feature

#### 1.5.3

 * Feature that allows create different chatbots for different pages. Removed outdated
   gpt 3.5 models as default.

#### 1.5.2

 * Conversation Logging feature added for other apis

#### 1.5.1

 * Conversation Logging feature added

#### 1.4.2

 * Fix configuration

#### 1.4.1

 * Added content aware AI chatbot using Assistant API

#### 1.3.3

 * Small fixes

#### 1.3.2

 * Small fixes

#### 1.3.1

 * Added AI chatbot feature= 1.2.2 =
 * Adding fixes

#### 1.2.1

 * Image generation feature added

#### 1.1.2

 * Security fixes

#### 1.1.1

 * Add feature that allows to change access to different parts and functions of 
   plugin.

#### 1.0.1

 * Some ui improvement.

#### 1.0.0

 * Launch!

## Meta

 *  Version **1.9.1**
 *  Zuletzt aktualisiert **vor 2 Monaten**
 *  Aktive Installationen **70+**
 *  WordPress-Version ** 5.6 oder höher **
 *  Getestet bis **6.9.4**
 *  PHP-Version ** 7.0 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/s2b-ai-assistant/)
 * Schlagwörter
 * [AI](https://de.wordpress.org/plugins/tags/ai/)[AI agent](https://de.wordpress.org/plugins/tags/ai-agent/)
   [chatbot](https://de.wordpress.org/plugins/tags/chatbot/)[gpt](https://de.wordpress.org/plugins/tags/gpt/)
   [openai](https://de.wordpress.org/plugins/tags/openai/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/s2b-ai-assistant/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  1 5-Sterne-Rezension     ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/s2b-ai-assistant/reviews/)

## Mitwirkende

 *   [ oc3dots ](https://profiles.wordpress.org/oc3dots/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/s2b-ai-assistant/)