Activity

chanatun.kohsuwan

Got a Mistral API and The Blue Alliance API Key.

Successfully got the API -> URL working, it now sends the URL to the get_sponsors function, which skims through the webpage given.

Still need to implement the prompts for the AI-checking, the .db, but is happily making nice progress.
I don’t have much experience with requests, do this is a great experience.

0
chanatun.kohsuwan

Used beautiful soup to clean up HTML for smaller token sizes.
Added a very bare bones schema for the .db file
Added main baseplate (what functions, what order, and what process should be in each function)

The HTML cleanup showcased in the video decreases the number of characters from
98903 -> 5343

0