Skip to content

Commit

Permalink
fix(autogen): add to .md sidebar and change the title
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Jan 16, 2024
1 parent d90bd28 commit 5695d51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/docs/examples/autogen.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Autogen with Nitro
title: Nitro with Autogen
description: Nitro intergration guide for using Autogen.
keywords: [Nitro, autogen, autogen studio, autogen 2.0, litellm, ollama, Jan, fast inference, inference server, local AI, large language model, OpenAI compatible, open source, llama]
---
Expand All @@ -18,14 +18,14 @@ AutoGen Studio upgrades AutoGen with a user-friendly drag-and-drop interface. It

Just run:

```
```bash
pip install autogenstudio
```

### Launch AutoGen Studio
Use this command:

```
```bash
autogenstudio ui --port 8000
```

Expand Down
3 changes: 2 additions & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const sidebars = {
"examples/openai-node",
"examples/openai-python",
"examples/colab",
"examples/chatboxgpt"
"examples/chatboxgpt",
"examples/autogen"
],
},
// {
Expand Down

0 comments on commit 5695d51

Please sign in to comment.