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.
@@ -3960,7 +3960,7 @@ var AppProvider = function AppProvider(_ref) {
3960
3960
  var baseUrls = {
3961
3961
  inference: {
3962
3962
  production: 'https://inference.bibot.app/v0',
3963
- test: 'https://inference.dev.bibot.thespuka.com/v0'
3963
+ test: 'https://inference.dev.bibot.app/v0'
3964
3964
  }
3965
3965
  };
3966
3966
  var endpoints = {
@@ -4215,7 +4215,7 @@ var useBiBotChatBot = function useBiBotChatBot(bibotProps) {
4215
4215
  var _useState = useState(true),
4216
4216
  showPredefinedQuestions = _useState[0],
4217
4217
  setShowPredefinedQuestions = _useState[1];
4218
- var _useState2 = useState(true),
4218
+ var _useState2 = useState(false),
4219
4219
  chatIsOpen = _useState2[0],
4220
4220
  setChatIsOpen = _useState2[1];
4221
4221
  var _useState3 = useState([]),