四两波千金

Results 4 issues of 四两波千金

有没有相关交流群

![67d1b8a03da3bda282b0c9bba016ec2](https://github.com/QwenLM/Qwen-Agent/assets/127532312/7f407b7e-cf1f-4c94-9be0-34f33056f336) ```python from qwen_agent.agents import Assistant from qwen_agent.llm import get_chat_model from qwen_agent.gui import WebUI import llm_public llm = llm_public.llm_openai() # 引用openai 本地模型 def test(): bot = Assistant(llm=llm) messages = [{'role':...

![image](https://github.com/QwenLM/Qwen-Agent/assets/127532312/4962387c-bacc-490d-8e3e-fe7c4fd01383) 代码是直接从项目那边拷贝下来的: ```python from qwen_agent.agents.doc_qa import ParallelDocQA from qwen_agent.gui import WebUI def test(): bot = ParallelDocQA(llm={'model': 'qwen2-72b-instruct', 'generate_cfg': {'max_retries': 10}}) messages = [ { 'role': 'user', 'content': [ { 'text':...

Bug

**Describe the question** A clear and concise description of what the question is. 程序证书正常,代理启动,调试启动;端口正常 系统代理配置正常 百度, 豆包,淘宝 等都无法访问, 但是github 可以正常,

question