In tweaking its chatbot to appeal to more people, OpenAI made it riskier for some of them. Now the company has made its chatbot safer. Will that undermine its quest for growth?

  • iopq@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    3 hours ago

    There are things chatbots are useful for. Like writing short scripts to automate some tasks. I had mostly ChatGPT write a Haskell script to enable the tproxy globally, write to a .env file for the other services to know the IP of the proxy and to restart on change

    I also wrote a script to change the IP of my proxy and update the DNS record. The tproxy software uses the authoritative DNS server to initially look it up to avoid having to wait for the TTL to expire

    Doing this by hand was annoying and error-prone