SuSuSoo

Results 9 comments of SuSuSoo

基本上都是按照文档上一步一步配置的 redis是根据我这边配置的, 端口不是默认, 并且启用认证 如果不同时使用热更新和 socket.io 便不会报错, 看报错信息, 像是触发热更新的重启过程中redis相关的原因报错了 ## .env ```conf APP_NAME=dome APP_ENV=dev SCAN_CACHEABLE=true DB_DRIVER=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=demo DB_USERNAME=demo DB_PASSWORD=demo DB_CHARSET=utf8mb4 DB_COLLATION=utf8mb4_unicode_ci DB_PREFIX=hp_ REDIS_HOST=localhost REDIS_AUTH=A1a2A3a4 #授权认证 REDIS_PORT=17777 #非默认端口 REDIS_DB=0...

![bug222222](https://user-images.githubusercontent.com/26691978/117544877-04415a80-b056-11eb-8211-07676ecff0ef.png) ![bug111111](https://user-images.githubusercontent.com/26691978/117544958-4b2f5000-b056-11eb-906c-182a156e6b75.png)

![bug222222](https://user-images.githubusercontent.com/26691978/117544877-04415a80-b056-11eb-8211-07676ecff0ef.png) ![bug111111](https://user-images.githubusercontent.com/26691978/117544958-4b2f5000-b056-11eb-906c-182a156e6b75.png)

Please add **zh_CN** language support, preferably internationalization support instead of just zh_CN

或者改为使用 php-curl-class/php-curl-class 替代 guzzle ? [php-curl-class/php-curl-class](https://github.com/php-curl-class/php-curl-class)

> > It helps avoid unnecessary frequent small updates (patches) that may not be urgent, reducing interruptions or system restarts. > > I know this is a separate feature request,...

> 看起来 OP 的 NPM 安装没有 PS1 脚本。你能检查一下你的 `C:\Program Files\nodejs` 目录下是否有 npm.ps1 吗? Yep, just checked — there’s no `npm.ps1` under `C:\Program Files\nodejs`. That’s actually the default behavior when using...

As a temporary workaround, I manually copied `npm.ps1` to the `C:\Program Files\nodejs` directory, which has resolved the issue for now. However, it would be much better if UniGetUI could handle...

As far as I know, **Z.AI provides multiple API endpoints**, depending on product line and use-case: * **Anthropic-compatible (Claude)**: `https://api.z.ai/api/anthropic` * **Standard OpenAI-compatible API**: `https://api.z.ai/api/paas/v4` * **Coding-focused OpenAI-compatible API** (used...