|
@@ -1,10 +1,12 @@
|
|
|
# ThinkGPT 🧠🤖
|
|
|
-ThinkGPT is a Python library aimed at implementing Chain of Thoughts for Large Language Models (LLMs), prompting the model to think, reason, and to create generative agents.
|
|
|
-The library aims to help with the following:
|
|
|
-* solve limited context with long memory and compressed knowledge
|
|
|
-* enhance LLMs' one-shot reasoning with higher order reasoning primitives
|
|
|
-* add intelligent decisions to your code base
|
|
|
+ThinkGPT是一个Python库,旨在实现大型语言模型 (llm) 的思维链,促使模型思考,推理和创建生成代理。
|
|
|
|
|
|
+ThinkGPT 实现以下目标:
|
|
|
+* 用长内存和压缩知识解决有限的上下文
|
|
|
+* 用高阶推理原语增强llm的一次性推理
|
|
|
+* 将智能决策添加到您的代码库
|
|
|
+
|
|
|
+**可以节省token,做pdf等大文章分析。**,类似项目 **llama_index**
|
|
|
|
|
|
## Key Features ✨
|
|
|
* Thinking building blocks 🧱:
|