Skip to content

Commit

Permalink
fix typo in README.md (QwenLM#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Dec 4, 2024
1 parent 8fe8f09 commit 4275144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ while True:
messages.extend(response)
```

In addition to using built-in agent implentations such as `class Assistant`, you can also develop your own agent implemetation by inheriting from `class Agent`.
In addition to using built-in agent implementations such as `class Assistant`, you can also develop your own agent implemetation by inheriting from `class Agent`.

The framework also provides a convenient GUI interface, supporting the rapid deployment of Gradio Demos for Agents.
For example, in the case above, you can quickly launch a Gradio Demo using the following code:
Expand Down

0 comments on commit 4275144

Please sign in to comment.