Anthony Teo

Results 9 comments of Anthony Teo

Sorry for the late reply, the logic looks great, and definitely improves it. Thanks for the catch!

Hi Caleb, I just sent you a refund for the payment. Will look into why it's not working. If you have that playlist public and can share a link that'll...

Looks like Spotify updated their links, and the new page is found here: https://developer.spotify.com/documentation/web-api/quick-start/ Will update it, thanks for the heads up!

We're getting a 413 on Vercel which means the payload is too large. Not sure where it's happening. I think this might be due to how we scrape Devpost and...

Note: need to change imports in ipynb files to use the `autorec `package instead of the filesystem now is `autorecsys.auto_search`

What's the email that is tied to your Spotify account? You can email me at [email protected] if you'd like to keep it off the public thread.

I have a similar issue trying to hook up a custom LLM endpoint with the Ollama adapter. With streaming on, the adapter doesn't seem to recognize SSE events, and we...

I see, I'm using cloudflare's LLM worker, which uses the ollama responses. Setting the parser as ollama works mostly except for streaming. When I tried returning OpenAI-style responses I still...