Skip to content

Commit

Permalink
fix: typoo error "tanslate" translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Onelevenvy committed Sep 25, 2024
1 parent cd2a7b2 commit 948656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/core/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class ToolInfo(BaseModel):
icon="🌞",
),
"ask-human": ToolInfo(description=AskHuman.description, tool=AskHuman, icon="📖"),
"googel-tanslate": ToolInfo(
"google-translate": ToolInfo(
description=google_tanslate.description,
tool=google_tanslate,
icon="📖",
Expand Down

0 comments on commit 948656f

Please sign in to comment.