OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
25.17k stars 3.15k forks source link

Use AWS Bedrock with ChatDev #190

Closed kashif12 closed 10 months ago

kashif12 commented 11 months ago

How can we use AWS Bedrock with ChatDev. AWS Bedrock provides access to Models like Anthropic Claude v2 using both chat and API interface https://aws.amazon.com/bedrock/faqs/

I am assuming instead of giving OpenAI key, one has to provide AWS access key and secret Access key but how?

Alphamasterliu commented 10 months ago

Hello! Thank you for your support and efforts with our ChatDev project. Regarding the configuration to use language models other than OpenAI, we have not developed that feature at the moment. After analysis, I recommend you can try referring to these two links. https://github.com/OpenBMB/ChatDev/issues/27#issuecomment-1735911721 https://github.com/OpenBMB/ChatDev/pull/53 Although we can’t fully test these features quickly due to recent time constraints, they appear to be very valuable for reference based on the current situation. We appreciate your ongoing interest, and please stay tuned for updates.