We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394559b commit e37fb0eCopy full SHA for e37fb0e
1 file changed
src/api/client.ts
@@ -4,8 +4,8 @@ import type {
4
SendMessageParams,
5
} from '../types';
6
7
-//export const DEFAULT_ENGINE_URL = 'https://chat-embed-deployment.onrender.com';
8
-export const DEFAULT_ENGINE_URL = 'http://localhost:8003';
+export const DEFAULT_ENGINE_URL = 'https://chat-embed-deployment.onrender.com';
+//export const DEFAULT_ENGINE_URL = 'http://localhost:8003';
9
10
export function createAPIClient(
11
engineBaseUrl: string = DEFAULT_ENGINE_URL
0 commit comments