UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

171 lines (170 loc) 4.13 kB
export declare const messages: { en: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; fi: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; ca: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; es: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; cn: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; jp: { tooltip: { showAiAssistantPanel: string; hideAiAssistantPanel: string; }; aiAssistantManager: { title: string; aiProvider: string; llmModel: { title: string; }; apiKey: { title: string; placeholder: string; }; baseUrl: { title: string; placeholder: string; }; temperature: { title: string; }; topP: { title: string; }; startChat: string; }; }; };