chosenlu

Results 5 comments of chosenlu

could you tell me when will metagpt add bedrock, and how to add provider by myself

Thank you very much and I look forward to your updates. I have just started to contact metagpt and I am still familiar with some concepts. I will read the...

I resolved it looks like I need install: pip install llama-index-retrievers-bm25 pip install llama-index-embeddings-azure-openai pip install llama-index-llms-azure-openai pip install llama-index-embeddings-gemini pip install llama-index-embeddings-ollama

Thank you!I still waiting the bedrock support,Is the bedrock ok now?

@geekan I resolve the problem like this class WritePlan(Action): PROMPT_TEMPLATE: str = """ # Context: {context} # Available Task Types: {task_type_desc} # Task: Based on the context, write a plan...