Open ai assistant intergration in vb.net

why can’t i intergrate an assistant to my vbnet application. it gives me continuos errors like"not found " but it connects succesfull to api but not to the assistant.
can someon give me a solution?

Welcome to the community!

There’s nothing fundamentally preventing you. While the documentation favours Python and Node, all methods also have a curl example.

If you work through the docs (https://platform.openai.com/docs/assistants/overview) and ensure that you make the correct http calls, you can always work forward from that and translate the calls into your target environment, in your case vb.

Just work in small chunks, a piece at a time, and I’m sure you can do it :slight_smile:

2 Likes