Skip to content

Commit 61c4dd9

Browse files
committed
fix typo
1 parent 1631a98 commit 61c4dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assistant/commands/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ async def endpoint_override(self, ctx: commands.Context, endpoint: str = None):
19841984
19851985
**Notes**
19861986
- Using a custom endpoint is not supported!
1987-
- Using an endpoing override will negate model settings like temperature and custom funcitons
1987+
- Using an endpoing override will negate model settings like temperature and custom functions
19881988
"""
19891989
if self.db.endpoint_override == endpoint:
19901990
return await ctx.send(_("Endpoint is already set to **{}**").format(endpoint))

0 commit comments

Comments
 (0)