|
276 | 276 | " <br>\n", |
277 | 277 | "</p>\n", |
278 | 278 | "\n", |
279 | | - ":fire: Heads-up: We have migrated [AutoGen](https://ag2ai.github.io/autogen/) into a dedicated [github repository](https://github.com/ag2ai/ag2). Alongside this move, we have also launched a dedicated [Discord](https://discord.gg/pAbnFJrkgZ) server and a [website](https://ag2ai.github.io/autogen/) for comprehensive documentation.\n", |
| 279 | + ":fire: Heads-up: We have migrated [AutoGen](https://docs.ag2.ai/) into a dedicated [github repository](https://github.com/ag2ai/ag2). Alongside this move, we have also launched a dedicated [Discord](https://discord.gg/pAbnFJrkgZ) server and a [website](https://docs.ag2.ai/) for comprehensive documentation.\n", |
280 | 280 | "\n", |
281 | | - ":fire: The automated multi-agent chat framework in [AutoGen](https://ag2ai.github.io/autogen/) is in preview from v2.0.0.\n", |
| 281 | + ":fire: The automated multi-agent chat framework in [AutoGen](https://docs.ag2.ai/) is in preview from v2.0.0.\n", |
282 | 282 | "\n", |
283 | 283 | ":fire: FLAML is highlighted in OpenAI's [cookbook](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web).\n", |
284 | 284 | "\n", |
285 | | - ":fire: [autogen](https://ag2ai.github.io/autogen/) is released with support for ChatGPT and GPT-4, based on [Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference](https://arxiv.org/abs/2303.04673).\n", |
| 285 | + ":fire: [autogen](https://docs.ag2.ai/) is released with support for ChatGPT and GPT-4, based on [Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference](https://arxiv.org/abs/2303.04673).\n", |
286 | 286 | "\n", |
287 | 287 | ":fire: FLAML supports Code-First AutoML & Tuning – Private Preview in [Microsoft Fabric Data Science](https://learn.microsoft.com/en-us/fabric/data-science/).\n", |
288 | 288 | "\n", |
|
308 | 308 | "pip install flaml\n", |
309 | 309 | "```\n", |
310 | 310 | "\n", |
311 | | - "Minimal dependencies are installed without extra options. You can install extra options based on the feature you need. For example, use the following to install the dependencies needed by the [`autogen`](https://ag2ai.github.io/autogen/) package.\n", |
| 311 | + "Minimal dependencies are installed without extra options. You can install extra options based on the feature you need. For example, use the following to install the dependencies needed by the [`autogen`](https://docs.ag2.ai/) package.\n", |
312 | 312 | "\n", |
313 | 313 | "```bash\n", |
314 | 314 | "pip install \"flaml[autogen]\"\n", |
|
319 | 319 | "\n", |
320 | 320 | "## Quickstart\n", |
321 | 321 | "\n", |
322 | | - "- (New) The [autogen](https://ag2ai.github.io/autogen/) package enables the next-gen GPT-X applications with a generic multi-agent conversation framework.\n", |
| 322 | + "- (New) The [autogen](https://docs.ag2.ai/) package enables the next-gen GPT-X applications with a generic multi-agent conversation framework.\n", |
323 | 323 | " It offers customizable and conversable agents which integrate LLMs, tools and human.\n", |
324 | 324 | " By automating chat among multiple capable agents, one can easily make them collectively perform tasks autonomously or with human feedback, including tasks that require using tools via code. For example,\n", |
325 | 325 | "\n", |
|
0 commit comments