langflow-chatbot
Version:
Add a Langflow-powered chatbot to your website.
8 lines (7 loc) • 430 B
TypeScript
export declare const PROXY_PROFILES_SUFFIX = "/profiles";
export declare const PROXY_FLOWS_SUFFIX = "/flows-config";
export declare const PROFILE_CONFIG_ENDPOINT_PREFIX = "/config";
export declare const PROFILE_CHAT_ENDPOINT_PREFIX = "/chat";
export declare const LANGFLOW_API_BASE_PATH_V1 = "/api/v1";
export declare const LANGFLOW_FLOWS_ENDPOINT_SUFFIX = "/flows/";
export declare const LANGFLOW_CHAT_ENDPOINT_SUFFIX = "/chat";