Skip to content

Commit e31a574

Browse files
author
Jah-yee
committed
fix typo: implemetation -> implementation
Fixed typo in README.md line 173.
1 parent 6530507 commit e31a574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ while True:
170170
messages.extend(response)
171171
```
172172

173-
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`.
173+
In addition to using built-in agent implementations such as `class Assistant`, you can also develop your own agent implementation by inheriting from `class Agent`.
174174

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

0 commit comments

Comments
 (0)