.editorconfig
.gitignore
ITEMS.md
LICENSE
LLMS.md
MANIFEST.in
Makefile
README.md
README.md.bak
TODO.md
clear_git_history.sh
git_init.sh
pypi.sh
requirements.txt
requirements_ann.txt
requirements_api.txt
requirements_openai.txt
requirements_pdf.txt
requirements_streamlit.txt
setup.py
chatllm/__init__.py
chatllm/closeai.py
chatllm.egg-info/PKG-INFO
chatllm.egg-info/SOURCES.txt
chatllm.egg-info/dependency_links.txt
chatllm.egg-info/entry_points.txt
chatllm.egg-info/not-zip-safe
chatllm.egg-info/requires.txt
chatllm.egg-info/top_level.txt
chatllm/agent/MultiPrompt.py
chatllm/agent/__init__.py
chatllm/aigc/__init__.py
chatllm/aigc/common.py
chatllm/api/TODO.md
chatllm/api/__init__.py
chatllm/api/app.py
chatllm/api/config.py
chatllm/api/datamodels.py
chatllm/api/openai_client.py
chatllm/api/sse_api.py
chatllm/api/test.py
chatllm/api/routes/__init__.py
chatllm/api/routes/api.py
chatllm/api/routes/base.py
chatllm/api/routes/completions.py
chatllm/api/routes/embeddings.py
chatllm/api/routes/responses.py
chatllm/applications/Question2Answer.py
chatllm/applications/__chatbase.py
chatllm/applications/__init__.py
chatllm/applications/chatann.py
chatllm/applications/chataudio.py
chatllm/applications/chatbase.py
chatllm/applications/chatcrawler.py
chatllm/applications/chatdoc.py
chatllm/applications/chatmind.py
chatllm/applications/chatpdf.py
chatllm/applications/chatwhoosh.py
chatllm/applications/pipeline.py
chatllm/clis/README.md
chatllm/clis/TODO.md
chatllm/clis/__init__.py
chatllm/clis/cli.py
chatllm/llmchain/TODO.md
chatllm/llmchain/__init__.py
chatllm/llmchain/applications/__init__.py
chatllm/llmchain/applications/_chatbase.py
chatllm/llmchain/applications/_chatocr.py
chatllm/llmchain/applications/chat4all.py
chatllm/llmchain/applications/chataudio.py
chatllm/llmchain/applications/chatbase.py
chatllm/llmchain/applications/chatbook.py
chatllm/llmchain/applications/chatfile.py
chatllm/llmchain/applications/chatocr.py
chatllm/llmchain/applications/chatpicture.py
chatllm/llmchain/applications/chatqa.py
chatllm/llmchain/applications/chatsearch.py
chatllm/llmchain/applications/chaturl.py
chatllm/llmchain/applications/chatweb.py
chatllm/llmchain/applications/chatwx.py
chatllm/llmchain/applications/summarizer.py
chatllm/llmchain/callbacks/__init__.py
chatllm/llmchain/callbacks/streaming.py
chatllm/llmchain/chat_models/__init__.py
chatllm/llmchain/chat_models/openai.py
chatllm/llmchain/completions/__init__.py
chatllm/llmchain/completions/_erniebot.py
chatllm/llmchain/completions/_hunyuan.py
chatllm/llmchain/completions/chatglm.py
chatllm/llmchain/completions/dify.py
chatllm/llmchain/completions/ernie.py
chatllm/llmchain/completions/hunyuan.py
chatllm/llmchain/completions/kimi.py
chatllm/llmchain/completions/spark.py
chatllm/llmchain/decorators/__init__.py
chatllm/llmchain/decorators/common.py
chatllm/llmchain/document_loaders/FilesLoader.py
chatllm/llmchain/document_loaders/__init__.py
chatllm/llmchain/document_loaders/docx.py
chatllm/llmchain/document_loaders/file.py
chatllm/llmchain/document_loaders/image.py
chatllm/llmchain/document_loaders/pdf.py
chatllm/llmchain/document_loaders/text.py
chatllm/llmchain/embeddings/ApiEmbeddings.py
chatllm/llmchain/embeddings/DashScopeEmbeddings.py
chatllm/llmchain/embeddings/HuggingFaceEmbeddings.py
chatllm/llmchain/embeddings/OpenAIEmbeddings.py
chatllm/llmchain/embeddings/XunfeiEmbedding.py
chatllm/llmchain/embeddings/__init__.py
chatllm/llmchain/llms/__init__.py
chatllm/llmchain/llms/basellm.py
chatllm/llmchain/llms/chatglm.py
chatllm/llmchain/llms/ernie.py
chatllm/llmchain/llms/hunyuan.py
chatllm/llmchain/llms/kimi.py
chatllm/llmchain/llms/minimax.py
chatllm/llmchain/llms/spark.py
chatllm/llmchain/prompts/__init__.py
chatllm/llmchain/prompts/kb.py
chatllm/llmchain/prompts/ocr.py
chatllm/llmchain/prompts/prompt_templates.py
chatllm/llmchain/prompts/prompt_watch.py
chatllm/llmchain/prompts/rag.py
chatllm/llmchain/prompts/格式化.py
chatllm/llmchain/textsplitter/__init__.py
chatllm/llmchain/textsplitter/ali_text_splitter.py
chatllm/llmchain/textsplitter/chinese_text_splitter.py
chatllm/llmchain/textsplitter/zh_title_enhance.py
chatllm/llmchain/utils/__init__.py
chatllm/llmchain/utils/common.py
chatllm/llmchain/vectorstores/DocArrayInMemorySearch.py
chatllm/llmchain/vectorstores/ElasticsearchStore.py
chatllm/llmchain/vectorstores/FAISS.py
chatllm/llmchain/vectorstores/Milvus.py
chatllm/llmchain/vectorstores/Usearch.py
chatllm/llmchain/vectorstores/VectorRecordManager.py
chatllm/llmchain/vectorstores/__init__.py
chatllm/llmchain/vectorstores/base.py
chatllm/llmchain/vectorstores/index_utils.py
chatllm/llms/__init__.py
chatllm/llms/chatglm.py
chatllm/llms/chatgpt.py
chatllm/llms/demo.py
chatllm/llms/llama.py
chatllm/prompts/__init__.py
chatllm/prompts/common.py
chatllm/schemas/4v.py
chatllm/schemas/__init__.py
chatllm/schemas/metadata.py
chatllm/schemas/openai_api_protocol.py
chatllm/schemas/kimi/__init__.py
chatllm/schemas/kimi/protocol.py
chatllm/schemas/kimi/state.json
chatllm/serve/__init__.py
chatllm/serve/_openai_api_server.py
chatllm/serve/app.py
chatllm/serve/constants.py
chatllm/serve/openai_api_server.py
chatllm/serve/routes/__init__.py
chatllm/serve/routes/api.py
chatllm/serve/routes/completions.py
chatllm/serve/routes/embeddings.py
chatllm/serve/routes/models.py
chatllm/serve/routes/utils.py
chatllm/utils/__init__.py
chatllm/utils/_textsplitter.py
chatllm/utils/common.py
chatllm/utils/gpu_utils.py
chatllm/utils/nbce.py
chatllm/utils/nbce_test.py
chatllm/webui/__init__.py
chatllm/webui/chat.py
chatllm/webui/chatbase.py
chatllm/webui/chatbook.png
chatllm/webui/chatbook.py
chatllm/webui/chatbot.png
chatllm/webui/chatbot.py
chatllm/webui/chatfile.py
chatllm/webui/chatfile_nesc.py
chatllm/webui/chatfile_nesc_last.py
chatllm/webui/chatfile_nesc_v1.py
chatllm/webui/chatmind.py
chatllm/webui/chatpdf.py
chatllm/webui/conf.yaml
chatllm/webui/dalle.py
chatllm/webui/demo.py
chatllm/webui/gradio_ui.py
chatllm/webui/img.png
chatllm/webui/logo.png
chatllm/webui/nesc.jpeg
chatllm/webui/nice_ui.py
chatllm/webui/prompt_maker.py
chatllm/webui/qa.py
chatllm/webui/run.sh
chatllm/webui/user.jpg
chatllm/webui/visualglm_st.py
chatllm/webui/东北证券股份有限公司合规手册（东证合规发〔2022〕25号 20221229）.pdf
chatllm/webui/规丞相.png
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/make.bat
docs/readme.rst
tests/__init__.py
tests/test_llm4gpt.py
tests/内存型.ipynb