You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a file in neogpt/utils/notify.py in the project and create a function called notify which accepts 2 parameters i.e title, message to send notification to user.
Note: the function should send system level notification and should be cross platform (windows, macOS, Linux).
The text was updated successfully, but these errors were encountered:
Create a file in
neogpt/utils/notify.py
in the project and create a function called notify which accepts 2 parameters i.e title, message to send notification to user.Note: the function should send system level notification and should be cross platform (windows, macOS, Linux).
The text was updated successfully, but these errors were encountered: