-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
565ce7e
commit c7c42ed
Showing
4 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Act as an Musician partner for developer | ||
|
||
## Description | ||
|
||
This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood. | ||
|
||
## Prompt | ||
|
||
I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]. | ||
|
||
<img src="https://github.com/pnp/powerplatform-prompts/blob/main/prompts/ai-builder/music-partner/assets/music-partner.png?raw=true" aria-hidden="true"/> | ||
|
||
### Supported Language(s) | ||
|
||
[English](.en-usprompt.md) | ||
|
||
## Authors | ||
|
||
SolutionAuthor(s) | ||
----------------- | ||
Music Partner | [Valeras Narbutas](https://github.com/ValerasNarbutas) ([@ValerasNarbutas](https://x.com/ValerasNarbutas)), Macaw | ||
|
||
## Minimal Path to Awesome | ||
|
||
Copy the prompt | ||
Paste prompt into the tool of your choice (AIBuilder Azure Open AI, Power Apps Copilot, etc) | ||
|
||
## Disclaimer | ||
|
||
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT. | ||
|
||
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-prompts/samples/ai-builder/music-partner" aria-hidden="true" /> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
[ | ||
{ | ||
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json", | ||
"name": "pnp-powerplatform-prompts-music-partner", | ||
"version": "1.0.0.0", | ||
"source": "pnp", | ||
"creationDateTime": "2024-09-13T00:00:00.000Z", | ||
"updateDateTime": "2024-09-13T00:00:00.000Z", | ||
"title": "PowerPlatform architect Prompt", | ||
"shortDescription": "This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood.", | ||
"longDescription": [ | ||
"This prompt helps with generating music, lyrics, note sheet with axample of powershell script. Input is just your mood." | ||
], | ||
"url": "https://github.com/pnp/powerplatform-prompts/tree/main/prompts/ai-builder/music-partner/", | ||
"products": [ | ||
"AI Builder", | ||
"Power Platform", | ||
"powerplatform-prompts", | ||
"ai-builder-prompts" | ||
], | ||
"tags": [ | ||
"TEXT GENERATOR" | ||
], | ||
"categories": [ | ||
"AI Builder" | ||
], | ||
"metadata": [ | ||
{ | ||
"key": "Prompt", | ||
"value": "I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]." | ||
}, | ||
{ | ||
"key": "Example Input", | ||
"value": "i am happy and it is autumn" | ||
} | ||
], | ||
"thumbnails": [ | ||
{ | ||
"type": "image", | ||
"order": 100, | ||
"url": "https://raw.githubusercontent.com/pnp/powerplatform-prompts/main/templates/previewprompts.png", | ||
"alt": "Preview GIF" | ||
} | ||
], | ||
"authors": [ | ||
{ | ||
"gitHubAccount": "ValerasNarbutas", | ||
"name": "Valeras Narbutas", | ||
"pictureUrl": "https://github.com/ValerasNarbutas.png" | ||
} | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
I want you to act as a music composition partner. I will share a mood or theme, and you will suggest chord progressions, melodies, or lyrics to match the idea. response should also include powershell script for the melody and sheet of notes. My first request is: [request]. |