Skip to content

Commit 42f7259

Browse files
committed
📦 NEW: EU Base URL
1 parent 05069b7 commit 42f7259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/langbase/src/langbase/langbase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export interface MemoryListDocResponse {
286286

287287
export interface LangbaseOptions {
288288
apiKey: string;
289-
baseUrl?: string;
289+
baseUrl?: 'https://api.langbase.com' | 'https://eu-api.langbase.com';
290290
}
291291

292292
export interface ToolWebSearchOptions {

0 commit comments

Comments
 (0)