C.L.STARK

Results 34 comments of C.L.STARK

```js const { defineConfig } = require('@lobehub/i18n-cli'); module.exports = defineConfig({ entry: 'locales/zh-CN', entryLocale: 'zh-CN', output: 'locales', outputLocales: [ 'zh-TW', 'en-US', 'ja-JP', ], temperature: 0, modelName: 'gpt-4o', splitToken: 2048, experimental: {...

All packages installed (373 packages installed from npm registry, used 4s(network 4s), speed 0B/s, json 0(0B), tarball 0B, manifests cache hit 330, etag hit 0 / miss 0) [@lobehub/[email protected]] link...

> This PR tries to solve the dependency problems we have when going forward to modern Python version. > > Things currently done: > > * moved from outdated build...

it seems like: the website use http2.0, but colly send http1.1; how to set a http2 proxy ?

update: curl xxx.local:31508 worked for me. but i want use xxx.local:80/443 to visit my service. so i try to set the node port to 80/443; ಥ_ಥ

[dataset](https://huggingface.co/datasets/juyoung-trl/Evol-Instruct-Chinese-GPT4)

``` (kbe) ➜ knowledge-base-embedding git:(main) ✗ pip install mysqlclient Collecting mysqlclient Using cached mysqlclient-2.2.6.tar.gz (91 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error...

``` $ # Assume you are activating Python 3 venv $ brew install mysql-client pkg-config $ export PKG_CONFIG_PATH="$(brew --prefix)/opt/mysql-client/lib/pkgconfig" $ pip install mysqlclient ``` use this fixed this bug!