npx create-next-app seo --use-yarn --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
Main Concept
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| import os | |
| os.environ["OPENAI_API_KEY"] = "XXX" | |
| os.environ["GROQ_API_KEY"] = "YYY" | |
| from routellm.controller import Controller | |
| client = Controller( | |
| routers=["mf"], | |
| strong_model="gpt-4-1106-preview", |
npx create-next-app seo --use-yarn --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
Main Concept