huangbz2007

Results 11 issues of huangbz2007

python3 startup.py -a Traceback (most recent call last): File "/Users/hbz/git/Langchain-Chatchat/startup.py", line 35, in from server.utils import (fschat_controller_address, fschat_model_worker_address, File "/Users/hbz/git/Langchain-Chatchat/server/utils.py", line 4, in from fastapi import FastAPI ModuleNotFoundError: No module...

enhancement

crewai ui 请问什么时候迭代

ERROR 2024-03-27 14:36:00 - ERROR - directory_reader - Error while loading component: 400: {'error': 'Invalid type convertion. Please check your code and try directory_reader.py:79 again.', 'traceback': 'Traceback (most recent call...

bug

Installing pycryptodome (3.20.0): Failed timeout The read operation timed out at /Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/ssl.py:1099 in read 1095│ if self._sslobj is None: 1096│ raise ValueError("Read on closed or unwrapped SSL socket.") 1097│ try:...

bug

1、如何配置其他大模型在平台里面,比如chatglm,文心一言等内容 2、针对openai 如何引入代理访问

enhancement
question

1、make backend 2、错误 dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_cffi_backend.cpython-311-darwin.so, 0x0002): tried: '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_cffi_backend.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_cffi_backend.cpython-311-darwin.so' (no such file), '/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/_cffi_backend.cpython-311-darwin.so' (mach-o file, but is an incompatible architecture...

bug

请问我们以本地源码方式启动,有相关说明文档?

question

es/fastapi/exceptions.py", line 3, in from pydantic import BaseModel, create_model File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pydantic/__init__.py", line 383, in __getattr__ module = import_module(module_name, package=package) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level)...

bug

1、执行:python3 -m pip install langflow 2、错误: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/04/z7hgr2751h7dmx90tt_1m7wh0000gn/T/pip-build-env-7p364puo/overlay/lib/python3.12/site-packages/setuptools/config/setupcfg.py", line 418, in _parse_attr return expand.read_attr(attr_desc, package_dir, root_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/private/var/folders/04/z7hgr2751h7dmx90tt_1m7wh0000gn/T/pip-build-env-7p364puo/overlay/lib/python3.12/site-packages/setuptools/config/expand.py", line 195, in read_attr module = _load_spec(spec, module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...

bug

1、Flowise 如何配置梯子通过中国可以访问呢openai接口 2、Flowise 如何配置其他中国的大模型,比如文心一言,智谱等

question