@lobehub/chat
Version:
Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.
31 lines (29 loc) • 305 B
text/typescript
export const LANGCHAIN_SUPPORT_TEXT_LIST = [
'txt',
'markdown',
'md',
'mdx',
'toml',
'yaml',
'yml',
'json',
'sh',
'patch',
'log',
// js
'js',
'jsx',
'mjs',
'tsx',
'ts',
'less',
'css',
// rust
'rs',
// python
'py',
'java',
// database
'sql',
'db',
];