stevenlu

Results 70 comments of stevenlu

I checked OogaBooga, and now I think I can understand your intentions. If you want to use an LLM service with the same interface as OpenAI to provide reasoning support...

Done. please checkout the latest version of dev branch.

I still can't reproduce your issue. You can give this cmd a try ```bash docker build --no-cache -t env4scripter . ```

Due to some network issues in my area, I've been unable to establish a suitable working environment for addressing your question. However, the cause of this problem should be clear,...

Ah, I forgot to update some new dependencies and files in the Dockerfile. Please try with the latest code from the master branch, it should work now.

Because this is not a direct dependency of AIlice, the issue is likely caused by missing dependencies from other libraries in that environment. This is not a problem with AIlice...

Currently, the default installation of AIlice has removed the dependency on the torch/huggingface stack. Recently, we also replaced Gradio with our own UI, minimizing the dependencies. The related installation issues...

I have removed the default dependencies on the huggingface stack and torch in the latest version of the master branch. However, this brings some issues, such as needing to disable...

We have finally removed the dependency on Gradio. Now, the default dependencies installed with AIlice have been minimized. This issue can be temporarily closed.

Awesome tool! I've added full support in AIlice and updated the documentation. Thanks a lot for the information!