Using OpenAI on a vitual enviroment via node.js
I’ve wanted to try my hand into working with AI and opted to try OpenAI or Olama. I’m currently using Sveltekit to create my website. I’ve followed a few courses where they used a virual enviroment while creating a Python file, This way you run the LLM on a local machine so that you don’t need to top up the amount of tokens you are using. Sadly most of it is in Python and not node.js