mikey
mikey
Thanks for sharing the javascript script. I created a python package extend-noip (https://github.com/ffreemt/extend-noip) based on pyppeteer2. extend-noip can be setup to run from github actions, or from crontab in linux...
不知道你的要求是什么, pypi hanzidentifier (基于pypi zhon)好像至少可以满足我的要求。看了一下hanzidentifier 的源码,属于比较简单的那种。
I tried to load `TheBloke/vicuna-7B-1.1-HF` with CPU/64GB, it still crashed in the end. With CPU, one may use `model_name = "hkunlp/instructor-large"` for embeddings and store them in a `vectorstore` (the...
Awesome it works! Thanks a lot.
Try my `fastlid`: `pip install fastlid` Fast and accurate, dependent on `fasttext` though (Windows systems without a C compiler can use fasttext*,whl available at https://www.lfd.uci.edu/~gohlke/pythonlibs/) . `fastlid` also tries to...
I made return-exceptions as default behavior @ishaan-jaff I also removed a redundant test (test_batch_completion_return_exceptions_default()) in litellm/litellm/tests/test_batch_completion_return_exceptions.py since batch_completion will no longer raise any exception.
试试 src/indx.ts 里的 "https://ideepl.vercel.app/jsonrpc" 改成 `'https://www2.deepl.com/jsonrpc'` ``` const result = await query(params, { proxyEndpoint: 'https://www2.deepl.com/jsonrpc', // "https://ideepl.vercel.app/jsonrpc", }); ``` 不过一般用几次也会出429。薅 deepl-pro 吧比较靠谱。