Xiangmin Jiao

Results 8 comments of Xiangmin Jiao

I was getting the same errors on Mac and on Docker Hub. A workaround was to use `bsdtar` instead of `tar` in the guest OS. I was using Ubuntu 14.04...

Thanks for the update! I tried the latest version. It made some difference but it is still not completely correct. The equation is rendered but the equation number of (NAN)...

Having exactly the same issue with xeus-cling 0.13.0 on Ubuntu 22.04 with linux-aarch64, but the same version works with linux-x86_64 using exactly the same configurations.

I ran `xcpp -std=c++14` and `xcpp -std=c++17` inside `gdb` and found that segmentation fault occurs in `clang::CXXRecordDecl::getLambdaCallOperator() const () from /usr/local/miniforge/lib/libxeus-cling.so.0`. This was using `xeus-cling` 0.13.0 installed with `miniforge`. Hope...

@davidxzfei Thanks for the hint! Downgrading to gcc_linux-aarch64=9.3.0 seems to be the key. `gcc 9.4.0` also worked for me, but I did not try newer versions.

Since new models are being added by OpenAI continuously, it would be great if a user is allowed to type a model name manually beside selecting from a list of...

This seems to be one of the biggest complaints about `chatgpt-vscode`. The other fork of `https://github.com/gencay/vscode-chatgpt` (https://github.com/Christopher-Hayes/vscode-chatgpt-reborn) does allow users to change the system prompt. You can change the system...

> still has issue: > > ``` > HTTP 400 Bad Request. You may have exhausted your OpenAI subscription allowance or have an expired account. You can clear your API...