OpenBMB / ProAgent

An LLM-based Agent for the New Automation Paradigm - Agentic Process Automation
Apache License 2.0
764 stars 80 forks source link

非常好奇使用GPT4之外的LLMs效果怎么样? #12

Open lizhixi212 opened 9 months ago

lizhixi212 commented 9 months ago

如果使用GPT4之外的LLMs,处理一般复杂的任务,能有一个不错的效果, 那真是令人惊艳和兴奋。

BlitherBoom812 commented 9 months ago

首先感谢您对 ProAgent 的支持和期待! 目前非GPT4的基座模型主要存在两个瓶颈:

Tridu33 commented 7 months ago

can i use any other LLM but not openai?is there any other local LLM like llama instead? all just some Mock data instead of calling ChatGPT4?

Unable to generate ChatCompletion response Exception: No API key provided. You can set your API key in code using 'openai.api_key = ', or you can set the environment variable OPENAI_API_KEY=). If your API key is stored in a file, you can point the openai module at it with 'openai.api_key_path = '. You can generate API keys in the OpenAI web interface. See https://platform.openai.com/account/api-keys for details.

MMXC commented 5 months ago

如果使用GPT4之外的LLMs,处理一般复杂的任务,能有一个不错的效果, 那真是令人惊艳和兴奋。

我用智谱替换了下,生成一个示例的workflow会卡在中间,不过也还行(指耗费接近1000w token的调试后)