bibot 1.0.40 → 1.0.41

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.bibot.app/v0'
3267
+ inference: process.env.NODE_ENV !== 'production' ? 'https://inference.dev.bibot.thespuka.com/v0' : 'https://inference.bibot.app/v0'
3268
3268
  };
3269
3269
  var endpoints = {
3270
3270
  get inference() {