Logan Maupin

Results 7 issues of Logan Maupin

Adjusting the order since C# is actually shown below C, not the other way around like it was before. ## Description ## Motivation and Context ## How Has This Been...

I hope I followed all the git contribution guidelines, I didn't change any imports or deleted anything. I just added some stuff. I checked the tests but didn't see any...

Just removing some unused and redundant import lines. Didn't change anything else.

I noticed in the code you give it a prompt in the main.py script to send to the OpenAI API for GPT 3.5. In that prompt you used specific words...

Doesn't support popular videos yet or the "get video by id" function, but at least it's a start. I also didn't include the video preview JPGs either, but at least...

updating the API to grab the avg_color attribute from the JSON response from Pexels. As seen here (also this for the last pull request too)... https://www.pexels.com/api/documentation/ Pretty handy for image...

the photo response now contains the "alt" section which is basically the same info you were grabbing but making it simpler now without the formatting being necessary. (Thanks Pexels!)