oubeichen

Results 22 comments of oubeichen
trafficstars

我补充一下是要添加终端(如果是iterm2就添加iTerm)的完全磁盘访问权限

+1 确实需要这个,在隔壁插件用了下挺好用的

没那么复杂,只需要把`settings`里的`amis_cdn`改成相对路径,比如`/static`,准备一个目录,把amis,history,vue(虽然不知道有什么用)这三个npm库对应版本文件按对应目录命名好放到里面,可以看本项目的模板app.html,也可以实际看chrome请求了哪些静态文件。到 http://npmmirror.com 下载。 然后在FastApi里面mount对应的目录到`/static` https://fastapi.tiangolo.com/zh/tutorial/static-files/ 或者如果外层有Nginx,加一条 `location ^~ /static/` 指向这个目录也行。

You used Chinese character quotation marks in this line: `kubectl annotate secret -n etc regcred replicator.v1.mittwald.de/replicate-to=”kia,kia-stg,kip,kip-stg”`

https://github.com/Xzonn/ParanormasightChsLocalizationHelper https://xzonn.top/posts/AI-The-Somnium-Files-Chs-Patch.html https://docs.unity3d.com/2020.3/Documentation/Manual/com.unity.textmeshpro.html

vllm has supported both the `--enable-reasoning` and `--reasoning-parser` options since version 0.7.1. If xinference supports them as well, does it also need to distinguish the reasoning-parser?

挺需要的,特别是大模型盛行的现在