Skip to content

Commit

Permalink
Fix: Name default assistant Tildy
Browse files Browse the repository at this point in the history
  • Loading branch information
cjellick committed Aug 16, 2024
1 parent 59351d7 commit ebe6aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts/script.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const ScriptContextProvider: React.FC<ScriptContextProps> = ({
setNotFound(true);
return;
}
setScriptDisplayName('Default Assistant');
setScriptDisplayName('Tildy');
setNotFound(false);
setTool(await rootTool(content));
setInitialFetch(true);
Expand Down

0 comments on commit ebe6aeb

Please sign in to comment.