bibot 1.0.71 → 1.0.73
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3963,7 +3963,7 @@ var AppProvider = function AppProvider(_ref) {
|
|
3963
3963
|
var baseUrls = {
|
3964
3964
|
inference: {
|
3965
3965
|
production: 'https://inference.bibot.app/v0',
|
3966
|
-
test: 'https://inference.dev.bibot.
|
3966
|
+
test: 'https://inference.dev.bibot.app/v0'
|
3967
3967
|
}
|
3968
3968
|
};
|
3969
3969
|
var endpoints = {
|
@@ -4218,7 +4218,7 @@ var useBiBotChatBot = function useBiBotChatBot(bibotProps) {
|
|
4218
4218
|
var _useState = React.useState(true),
|
4219
4219
|
showPredefinedQuestions = _useState[0],
|
4220
4220
|
setShowPredefinedQuestions = _useState[1];
|
4221
|
-
var _useState2 = React.useState(
|
4221
|
+
var _useState2 = React.useState(false),
|
4222
4222
|
chatIsOpen = _useState2[0],
|
4223
4223
|
setChatIsOpen = _useState2[1];
|
4224
4224
|
var _useState3 = React.useState([]),
|