• LastoftheDinosaurs@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      10 months ago

      I think my employer owns it. I didn’t write any of it myself; you could also ask ChatGPT to write the code for you. Start with a simple python script to connect to OpenAI, get it to print the response, then you can add the assistant API calls once that’s working. I knew I wanted to use Docker and Nginx, and I picked FastAPI from a list of 5 web frameworks it gave me when I asked how to serve the app.