Nic

Results 26 comments of Nic

Maybe you can check if the GCC you use to compile and the GDB you use to debug are the same version. For example, I may have multi versions of...

Because this project requires Nvidia driver support, if your computer doesn’t have an NVIDIA graphics card, then I might not be able to help you. If you solve the graphics...

Hahaha, I've encountered this problem. The default installed version of openai is the 0.1x.x version, which is too outdated, as the latest versions are already at 1.14.x. There's a significant...

After you modified the Dockerfile, did you run `make build` again? I've reviewed all my changes and there's no alteration elsewhere. Normally, after upgrading the openai package, the error should...

Modify according to the following diff content, and there is no need to recompile the docker image. After modification, just `make run` ``` --- a/modules/translate/openai_gpt.py +++ b/modules/translate/openai_gpt.py @@ -97,11 +97,12...

You must have modified the source code, as the openai package you're using is different from mine; thus, I haven't encountered the program error that you mentioned, sorry. This is...

Add a Chinese-supporting font to the `fonts` directory in the root of the project by downloading a ttf format font. In `modules/font/simple.py`, you can simply change the last line that...

I've also encountered this `ZeroDivisionError`. You can add a simple check before the code `font_size = height / line_cnt`. If `line_cnt` is 0, then just return the default font configuration....

Thank you, I'm glad I could help. I'm male by the way. Currently, my need is simply for reading the literature; there is no requirement to edit the text. If...

Sorry, I have not encountered this error before and may not be able to help you. Could you please provide more error logs to facilitate troubleshooting? ```bash # This line...