@adzen/doohbot 1.0.2 → 1.0.3

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.
@@ -735,7 +735,7 @@ const DEFAULT_DOOHBOT_CONFIG = {
735
735
  useNonStreamingChat: false, // true for non-streaming, false for streaming
736
736
  // API integration defaults
737
737
  api: {
738
- baseUrl: 'https://api.doohbot.com/api',
738
+ baseUrl: 'https://api.doohbot.com/api/',
739
739
  apiKey: undefined,
740
740
  enableRetry: true,
741
741
  retryAttempts: 2,