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
Develop a simple admin panel which exposes the following functionalities -
Upload an audio file. Assume there is a REST endpoint where this file will be uploaded.
View a list of ai generated posts
Admin should be able to approve/reject posts.
Admin should be able to change an image or edit post.
For changing an image, I will already store an "image_prompt" field in the database that needs to be called using dalle to generate new image. All you need to do is call the openai API with this prompt.
Develop a simple admin panel which exposes the following functionalities -