Closed chinwh2019 closed 1 year ago
🤔️gradio好像有在做本地化的功能,不过还没做完
Yes, I checked the gradio announcement, but not sure when it will release this function. Perhaps we can wait a little while, if you wish to pull request, please let me know anytime.
我觉得分离专门的英文版文件太麻烦了,我想等等gradio推出正儿八经的本地化功能,到时候再跟进。
Alright.. I will close this issue then :)
我觉得README和wiki确实可以翻译一个英文版出来先……(是我三个星期前打算做的事,嗯,我又没空做了)
Sure, I can do it and will contact you again once I am done the translation :)
Real-time replies / Unlimited conversations / Saved conversations / Preset prompts / Online searching / Answering based on files
Render LaTeX / Render tables / Code highlighting / Automatic light/dark mode switching / Adaptive interface / “Clean & Simplicity” experience
Customaizable api-Host / Adjustable multiple parameters / Balanced load distribution for multiple API Key / multiple user display / Compatible with GPT-4 / Supports local deployment of LLMs
Usage tips | Installation | Frequently asked questions | Buy the author a coke 🥤 |
---|
Regenerate
button to try again.Shift + Enter
to use.demo.launch(server_name="0.0.0.0", server_port=<your port number>)
.demo.launch(share=True)
. Note that the program must be running before accessing the public link.Please check the wiki page.
Before looking up relevant information for various problems, you can try manually pulling the latest changes for this project and updating Gradio, then try again. The steps are as follows:
git pull https://github.com/GaiZhenbiao/ChuanhuChatGPT.git main -f
pip install -r requirements.txt
pip install -r requirements_advanced.txt
pip install gradio --upgrade --force-reinstall
Usually, this can solve the problem.
If the problem still exists, please refer to this page: Frequently Asked Questions (FAQ)
This page lists almost all the various issues you may encounter, including how to configure proxies and the steps you should take when encountering issues. Please be sure to read it carefully.
If you need more information, please see our wiki:
🐯 If you find this software helpful, please feel free to buy the author a coke or a cup of coffee~
@GaiZhenbiao I translated README to english. Please have a look and let me know if any changes are required. Also I did not add the translation for this - 对于长对话,可以使用优化Tokens
按钮减少Tokens占用。
It seems like the latest version has no such function anymore.
I have opened a draft pull request for this:
And @chinwh2019 I set you as the author of commit 0a0ae365008e885ef42d5c53dcdbb3e32dc49f0d, thanks a lot.
相关问题
Do you have any plan to localize it to English UI?
可能的解决办法
For now, the easiest way to do it is to create another ChuanhuChatbot_en.py, and presets_en.py (perhaps)
帮助开发
补充说明
No response