OpenAOE icon indicating copy to clipboard operation
OpenAOE copied to clipboard

LLM Group Chat Framework: chat with multiple LLMs at the same time. 大模型群聊框架:同时与多个大语言模型聊天。

Results 6 OpenAOE issues
Sort by recently updated
recently updated
newest added

``` $ python -m openaoe.main -f openaoe/backend/config/config-template.yaml Traceback (most recent call last): File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals)...

MacOS: ``` python -m openaoe.main -f openaoe/backend/config/config-template.yaml Traceback (most recent call last): File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "/Users/zhangsongyang/miniconda3/envs/openaoe/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals)...

安装就能用的,考虑一下我们这些玩不动命令行和python的人吧 -_-

add description in README.md about how to install node environment

Have you missed uploading some files? I checked the latest release tag but couldn't find them.

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...