Open lizhixi212 opened 11 months ago
首先感谢您对 ProAgent 的支持和期待! 目前非GPT4的基座模型主要存在两个瓶颈:
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.
如果使用GPT4之外的LLMs,处理一般复杂的任务,能有一个不错的效果, 那真是令人惊艳和兴奋。
我用智谱替换了下,生成一个示例的workflow会卡在中间,不过也还行(指耗费接近1000w token的调试后)
如果使用GPT4之外的LLMs,处理一般复杂的任务,能有一个不错的效果, 那真是令人惊艳和兴奋。