Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 9f796c2

Browse files
committed
fix(autogen): correct the model URL
1 parent 5695d51 commit 9f796c2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/docs/examples/autogen.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ curl http://localhost:3928/inferences/llamacpp/loadmodel \
7070

7171
In AutoGen Studio, go to the `Agent`` tab and set up a new agent.
7272

73-
**Key setting:** In `Model` section, use `Base URL`: http://localhost:3928/v1/.
73+
**Key setting:** In `Model` section, use `Base URL`: http://localhost:3928/v1.
7474

7575
![Local LLM with AutoGen](img/autogen_localllm.png)
7676

@@ -86,7 +86,4 @@ Make sure the `Receiver` uses the agent you just set up.
8686

8787
![Configure Receiver in AutoGen](img/autogen_receiver.png)
8888

89-
You're all set! Test your agent in the `Playground`.
90-
91-
92-
89+
You're all set! Test your agent in the `Playground`.

0 commit comments

Comments
 (0)