bibot 1.0.40 → 1.0.41

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -3267,7 +3267,7 @@ axios.HttpStatusCode = HttpStatusCode;
3267
3267
  axios.default = axios;
3268
3268
 
3269
3269
  var baseUrls = {
3270
- inference: 'https://inference.bibot.app/v0'
3270
+ inference: process.env.NODE_ENV !== 'production' ? 'https://inference.dev.bibot.thespuka.com/v0' : 'https://inference.bibot.app/v0'
3271
3271
  };
3272
3272
  var endpoints = {
3273
3273
  get inference() {