KBVE / githubactiontest

Test Repo for Actions
0 stars 0 forks source link

[MUSIC] System of a Down - Toxicity #19

Open h0lybyte opened 2 months ago

h0lybyte commented 2 months ago

Fill out the Form

YouTube Link: https://www.youtube.com/watch?v=IBPB0LP_Ulo Title: System of a Down - Toxicity Genre: rock

Pick only one of the different genres! dnb, chillstep, lofihiphop, nujazz, electroswing, edm, rock, japrock

github-actions[bot] commented 2 months ago

Here is the JSON processed information:

{"id":"chatcmpl-370c980b-b48b-460c-a95e-0cca15cf5bc3","object":"chat.completion","created":1717888943,"model":"llama3-8b-8192","choices":[{"index":0,"message":{"role":"assistant","content":"**Step 1: Extract the required information**\n\n* YouTube ID: IBPB0LP_Ulo\n* Title: System of a Down - Toxicity\n* Genre: rock\n\n**Step 2: Sanitize the Title**\n\n* Replace any special characters except numbers, letters, and the characters () . and -\n* No changes needed, the title is already sanitized\n\n**Step 3: Validate the Genre**\n\n* The genre \"rock\" is one of the acceptable genres, so it's valid\n\n**Step 4: Fill in the command template**\n\n```\nbash\n./kbve.sh -nx kbve.com:music --args=\\\"--file=rock --title='System of a Down - Toxicity' --ytid=IBPB0LP_Ulo\\\"\n```\n\nNote: I've replaced the spaces in the title with single quotes, as the command requires a single string for the title."},"finish_reason":"stop"}],"usage":{"prompt_tokens":517,"prompt_time":0.16270525,"completion_tokens":185,"completion_time":0.15261235,"total_tokens":702,"total_time":0.3153176},"system_fingerprint":"fp_dadc9d6142","x_groq":{"id":"req_01hzx2j17gfevaas1t12d13brv"}}
github-actions[bot] commented 2 months ago

Here is the message: Step 1: Extract the required information

Step 2: Sanitize the Title

Step 3: Validate the Genre

Step 4: Fill in the command template

bash
./kbve.sh -nx kbve.com:music --args=\"--file=rock --title='System of a Down - Toxicity' --ytid=IBPB0LP_Ulo\"

Note: I've replaced the spaces in the title with single quotes, as the command requires a single string for the title. Here is the shell command extracted from the message:

No shell command found