Jump to content

panterapolnocy

Resident
  • Posts

    538
  • Joined

  • Last visited

Posts posted by panterapolnocy

  1. 11 hours ago, arabellajones said:

    But I am still, several days later, getting similar warning messages. Same style, not jokes, but I know I wasn't getting them, a week ago, before All Fools Day. So it looks like some setting in Firestorm changed, but I have had no luck in discovering how I can switch this off.

    That one is actually no longer an April Fools' joke, but a legitimate message with a legitimate link to the Lab's bug reporting system. Have you even checked the link? ;) The message was issued due to the fact that the support division got flooded with inquiries asking about this issue; And no, there is no way to remove that from the splash screen for a user - the message will need to be removed by the Firestorm team when it is deemed fit to do so. And that is intentional.

  2. 5 hours ago, Midnoot said:

    Come on.... COME OOooN :C.....

    At the very top of your profile description, add a note indicating that despite your avatar being 20 years old, you only logged in for the first time a year ago because you forgot that you had registered in Second Life all this time; Asking a person how to do some basic stuff (they sent you a texture - ask them where you can find it) may help with masquerading... and don't forget about a lot of fullbright flexis, some bling-bling particles may help, too. ;)

    You may want to upvote this.
    https://feedback.secondlife.com/feature-requests/p/hide-birthdate

    • Like 2
    • Haha 2
  3. Bare bones script I installed on my own parcel: https://github.com/PanteraPolnocy/LSL-snippets/blob/main/scripts/HTTP requests/accu-weather-parcel-windlight-eep-change.lsl - please note that since I initially created it for personal use and didn't plan to share it with the world, you'll need to manually find and replace the city ID (265984), create your own API key (https://developer.accuweather.com), and obtain EEP sky assets. Despite these requirements, the script does work. It may be a good starting point for something more sophisticated.

    • Thanks 1
  4. 25 minutes ago, Prokofy Neva said:

    Now that you have chat history in it, is GPT itself remembering what it said and learning from it or do you have to have the paid account to do that?

    Nothing like that. LSL just keeps the newest 6 message-pairs (so 12 records in total) in a list, in the script's memory. Basically the same thing that OP showed in the first post, just kept in a different way.

    • Like 1
    • Thanks 1
  5. On 3/29/2023 at 9:10 PM, Prokofy Neva said:

    Follow her on Twitter for updates. It has two models

    https://github.com/PanteraPolnocy/LSL-snippets/blob/main/scripts/HTTP requests/chat-gpt-integration.lsl

    I plan to (when I find time...) add messages history as an option like the OP has (but sending multiple messages would cost more Simoleons, of course ~ That's why I didn't yet) as well as "translator mode", that could be useful for translating "from" and "to" language without adding the "please translate this to xxx" prompt every time. But, the garbled text. Ugh.

    On 3/29/2023 at 12:39 AM, Alazarin Mondrian said:

    After half an hour it had turned into a flood of high-speed conversation between the Chat GPT-enabled NPCs which would rapidly degenerate into random bits of code or text

    Do not do this. You'll hit rate limits pretty quickly and OpenAI servers will start throwing debug messages into the owner's chat.

    Edit: History feature added.

    • Like 1
  6. 19 minutes ago, Love Zhaoying said:

    I wasn't aware of the scripting user group, and I've been reading mostly the entire forum (except certain fashion and "adult" threads/topics) for a few years now!

    There are a few more of them happening: https://wiki.secondlife.com/wiki/Linden_Lab_Official:User_Groups (note, that third party viewer meetings are not listed here). Also: https://modemworld.me/category/second-life/sl-tech/sl-project-updates/ 

    Plus:

     

    • Thanks 1
  7. 1 hour ago, Prokofy Neva said:

    When you're getting it to give today's date, does that mean you've got it to access data after 2021?

    It's a trick. ~ I'm sending current UTC and name with every message.

    if (gCurrentModelName == "Davinci (chat)" || gCurrentModelName == "3.5 Turbo (chat)")
    {
    	message = "UTC now: " + llGetTimestamp() + ". Person sending this query to you: \"" + llGetUsername(id) + "\". Write a reply to message: " + message;
    }

    Because the timezone is specified you can ask for the time in any place of the globe and it will still be relevant.

    GPT.jpg

    The Chrome/Firefox plugin does exactly the same thing - provides current time, as well as a few search results, so ChatGPT can react accordingly. You can check its configuration examples to see the template that its using.

    • Like 1
    • Thanks 1
  8. 11 hours ago, panterapolnocy said:

    Still more of a toy and base for a professional script written by someone else, but can be useful.

    And the final version of the script, with GPT 3.5 Turbo model added as an option (it's worth to see how answers can change between Turbo and Davinci, especially with math questions), as well as with some small optimizations under the hood. Happy toying around. https://pastebin.com/zmcyGWCE

    • Like 1
    • Thanks 2
  9. 36 minutes ago, Jaylinbridges said:

    And luck, like live for 15 years with no emergencies that require you to raid your computer piggy bank to survive.

    I'm not saying it's not true. But it's better to plan and think ahead regardless. I've been on Windows 7 myself until January 2022, because of that exact reason. Returning to Windows 7 topic - ESU, in its longest POS form (non-typical consumer version), will end in October 2024. https://learn.microsoft.com/en-us/lifecycle/faq/extended-security-updates - staying on it is definitely not the best idea. If hardware is the issue, then a light Debian-based (for compatibility) distribution may be useful - or a text-based Second Life viewer.

    • Like 1
×
×
  • Create New...