You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ while True:
170
170
messages.extend(response)
171
171
```
172
172
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`.
174
174
175
175
The framework also provides a convenient GUI interface, supporting the rapid deployment of Gradio Demos for Agents.
176
176
For example, in the case above, you can quickly launch a Gradio Demo using the following code:
0 commit comments