Skip to content

Commit

Permalink
feat: update default assistant name to [Deleted Assistant]
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhopperlowe committed Sep 4, 2024
1 parent 332b1d9 commit 8765491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contexts/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface ChatContextState {
restartScript: () => void;
}

const defaultScriptName = `Tildy`;
const defaultScriptName = `[Deleted Assistant]`;

const ChatContext = createContext<ChatContextState>({} as ChatContextState);
const ChatContextProvider: React.FC<ChatContextProps> = ({
Expand Down

0 comments on commit 8765491

Please sign in to comment.