Navigator

Results 5 comments of Navigator

+1 was also looking for this

Same issue here on Windows 10, tried with Python 3.9, 3.10 and 3.11 ![image](https://github.com/rhasspy/piper/assets/63613042/fb6be561-4425-43c6-9f06-98785b1d68d9)

Made the changes as said here, but still facing this issue. Anyone else? My current code: ``` export type AIState = { chatId: string messages: Message[] saved?: boolean } export...