Results 7 comments of liangjs

Is this really an expected behavior? The [document](https://github.com/unicorn-engine/unicorn/wiki/FAQ#why-do-i-get-a-wrong-pc-after-emulation-stops) says "the PC is sync-ed at the basic block boundary".

Any updates on this issue? When I run wandb, it always writes to `./wandb`, regardless of `WANDB_DIR` and `WANDB_DATA_DIR`.

> How does one configure X server to reproduce this problem? It can be reproduced by connecting two monitors (for example, one builtin and one external) and then start sddm.

> I wonder if it is SDDM's own responsibility to start X server either in duplicated or Xinerama mode? Or maybe even a theme may request that from the daemon?...

我并不是想要抛弃目前的v1标准接口,而是同时兼容其他不带有v1路径的接口。有很多外部模型不是openai标准一模一样的接口,比如本项目目前已适配的AzureOpenAI、Minimax、CloudFlare等等。 具体的实现方式,比如可以在“自定义渠道”里加个选项,在此GetFullRequestURL函数中判断一下是否删除v1前缀即可。 https://github.com/songquanpeng/one-api/blob/9321427c6ef4d703f4e315c15d334c88359ec8e3/relay/adaptor/openai/helper.go#L18-L30

也许可以采取更通用的方式,支持使用渠道特定的URL来覆盖requestURL,这样可以同时解决 https://github.com/songquanpeng/one-api/issues/1472 的问题。

> This can be closed too due to the merge of #582 Please release AutoAWQ with this fix as a new version, because the current version asks for a specific...