mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Fix broken "You Tube" in the block (#8390)
Co-authored-by: Nicholas Tindle <nicholas.tindle@agpt.co>
This commit is contained in:
@@ -106,6 +106,7 @@ const exceptionMap: Record<string, string> = {
|
||||
Http: "HTTP",
|
||||
Json: "JSON",
|
||||
Ai: "AI",
|
||||
"You Tube": "YouTube",
|
||||
};
|
||||
|
||||
const applyExceptions = (str: string): string => {
|
||||
|
||||
Reference in New Issue
Block a user