aizek-chatbot 1.0.20 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { jsx, Fragment, jsxs } from 'react/jsx-runtime';
3
3
  import ReactMarkdown from 'react-markdown';
4
4
  import remarkGfm from 'remark-gfm';
5
5
 
6
- // src/styles/index.module.scss
6
+ // src/styles/index.scss
7
7
  var css = `@charset "UTF-8";
8
8
  .message-container {
9
9
  display: flex;
@@ -1973,7 +1973,7 @@ var AizekChatBot = ({ clientId, headers, onMounted, onReady, onOpen, onClose, on
1973
1973
  setMessages((prev) => [...prev, newMessage]);
1974
1974
  setIsLoading(true);
1975
1975
  try {
1976
- const response = await fetch("http://localhost:3001/api/aizek-chat", {
1976
+ const response = await fetch("https://proxy.aizek.ai/api/aizek-chat", {
1977
1977
  method: "POST",
1978
1978
  headers: {
1979
1979
  "Content-Type": "application/json"