bibot 1.0.37 → 1.0.40

Sign up to get free protection for your applications and to get access to all the features.
@@ -3264,7 +3264,7 @@ axios.HttpStatusCode = HttpStatusCode;
3264
3264
  axios.default = axios;
3265
3265
 
3266
3266
  var baseUrls = {
3267
- inference: 'https://inference.dev.bibot.thespuka.com/v0'
3267
+ inference: 'https://inference.bibot.app/v0'
3268
3268
  };
3269
3269
  var endpoints = {
3270
3270
  get inference() {
@@ -4117,16 +4117,12 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4117
4117
  return createElement("div", {
4118
4118
  key: index,
4119
4119
  style: {
4120
- backgroundColor: '#fff',
4120
+ backgroundColor: 'transparent',
4121
4121
  border: "0.5px solid " + (chatBubbleConfig ? (_chatBubbleConfig$col = chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color) != null ? _chatBubbleConfig$col : '#dedede' : '#000'),
4122
4122
  fontSize: '16px',
4123
- margin: '5px',
4123
+ margin: '7px',
4124
4124
  textAlign: 'start',
4125
- maxHeight: '40px',
4126
- overflow: 'hidden',
4127
4125
  padding: '10px',
4128
- display: 'flex',
4129
- alignItems: 'center',
4130
4126
  borderRadius: '6px',
4131
4127
  cursor: 'pointer'
4132
4128
  },