-
## 🚀 Feature Request
Now we have pne.ChatOpenAI, pne.ErnieBot to invoke LLM service. Actullay, we can use a simple way to build LLM. Here is a example:
```python
import promptulate as pne
…
-
## 🚀 Feature Request
We aim to create the most straightforward development approach for developers. To integrate a tool with the language learning model (LLM), follow these steps:
In OpenAI'…
-
## 🚀 Feature Request
There are lots of third-party in promptulate, like arxiv. We should remove all useless third-party package to reduce dependencies.
-
## 🚀 Feature Request
CI/CD is very important for promptulate. Add test of github actions is necessary!
-
目前在比较新的 Python / setuptools 版本中,setup.py 已经被废弃,推荐使用pyproject.toml,promptulate 看起来是可以直接转成 pyproject.toml 的,修改的话可以提升对未来新版本的兼容性
-
-
I run `pne-chat` after `pip install promptulate`. It shows the following error:
```
Traceback (most recent call last):
File "/home/zeeland/.local/bin/pne-chat", line 5, in
from promptulat…
-
在使用PaperSummaryTool的时候出现如下问题
```python
from promptulate.tools.paper.tools import PaperSummaryTool
from promptulate.utils.logger import get_logger, enable_log
def main():
enable_log()
…
-
该bug会引起erniebot无法正常使用,这是因为文心必须是偶数上下文,需要紧急修复!!!
-
--openai_api_key 少个-