5th Devlog
Another 15 min devlog, what else
Things i did:
- Claude Code finally recognises the custom models from NVIDIA as worthy enough to be used (aka they need a claude/${model.id} prefix, else the diva doesnt even look at it)
- I began adding my newest project, the /v1/messages API and I alr know, that this is gonna be the biggest headache ever for a JS noob like me because the only communication there is JSON and AI stuff like role: user, but I’ll also have to implement that the return of a tool call is seen as role: toolcall and not user, else the model is gonna think the user smoked something… IDK alr if it will really be that bad but I dont wanna do it aaaa
- messages API is just console.log the POST request atm as i need to find out how claude code does that first but claude code doesnt even get to that and returns a Payload too large error or sum like that, screenshot is just a curl request.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.