Simsum

Results 21 comments of Simsum

需要再增加一行 ``` echo "post_max_size = 45M" >> /usr/local/etc/php/conf.d/uploads.ini ``` 这样实测才能生效

程序检测到Enter信号发送了,设置里面把发送改成Ctrl+Enter或者Meta+Enter试试,看能不能缓解

> 可以的,我也这样用过一段时间,但是大部分人的习惯还是Enter发送 那暂时使用Space上屏,这个和中文输入法buffer有关,一时半会儿不一定能修

I saw public folder, does it ok to exclude public folder with favicons etc. from Docker building?

让docker container使用代理有点tricky,如果你使用了项目里的`PROYX_URL=`环境变量,可以尝试同时设置`network_mode="host"`。 或者参考Docker docs中的[run-containers-with-a-proxy-configuration](https://docs.docker.com/network/proxy/#run-containers-with-a-proxy-configuration)设置。

最新的commit已经包含了图片的更改,不再有周围的空隙,如果使用Vercel之类的自行部署,如果使用了docker image等待构建吧,更新之后需要删除重新添加,桌面图标不会自动更新。

> 或者直接安装另一个已经更新了 librime 且支持彩色 Emoji 的 fork: https://github.com/fxliang/weasel 您好,除了安装上述版本之外,有没有通过打补丁的方法使得原版Weasel支持彩色emoji的方案呢?主要不是为了显示彩色,而是对于1️⃣这种emoji权重高,显示的问题也比较大,观感十分难受。起初还以为是bug,后来发现是Emoji。😅

try to open in InPrivate mode. Check whether it works.

> Likely related issue, even after adding the `ANTHROPIC_API_KEY` the Calude-3 models don't show up in model the list. how did you start the container,`docker run` or `docker compose`? Have...

> Sample for anyone having issues, until the update arrived with better built in support for Claude-3 > > * `CUSTOM_MODELS="+claude-3-haiku-20240307"` > > * `ANTHROPIC_API_KEY="{your-api-key}"` > > * `ANTHROPIC_API_VERSION="2023-06-01"` (currently...