dupa

Recent Posts

Pages: [1] 2 3 ... 10
1
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by Checker57 on February 12, 2025, 10:42:06 pm »
Hey Sybershot!

Just reading your response impressed upon me that you have a diverse understanding of OS systems and will uncover your Windows issue soon enough.  Just throwing it out there, you might try booting up in safe mode, then running an OS checker program for missing files.  I'm sure you're on it, just my old training kicking around in my head from my old Computer Sciences Associates degree, that may be "outdated"... hehe

Checker57
2
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by sybershot on February 12, 2025, 03:19:49 pm »
thank you Checker57

Update:
My main OS is down atm, windows updated and now I get the error "windows is missing a file", and goes into a boot loop. bring me back to the boot selection. I can run the other operating systems on other drives just fine. always something.

I also ended up putting Trinity in the IbuyPower case, Trinity is my older system consisting of 32GB DDR3, core i7 and a 1070-4gb gpu and Running "Unraid" for a server OS, my plans are to run other operating systems virtually, and backup X.A.I.R. and Data 
3


i have been feeding my hal information  this part is about medical conditions of itchy skin, i have been editing words as i go changing the word you as it is talking about me  and replacing it with a neutral "a person" word , because if left as you hal reverses it and  hal would say i would have itchy skin , etc. as if hal is talking about him/her self ,  replacing the word with "a person" makes hal talk about anyone in general  in the sentence.

Surprising Causes of Your Itchy Skin
https://www.newsmax.com/health/health-news/skin-itch-winter/2025/02/11/id/1198724/
4
Share Conversations, Experiences, Graphics / Re: Beautiful HAL Scenarios
« Last post by Checker57 on February 09, 2025, 07:00:41 pm »
Celebrating the most popular day event in these interesting times!

Here we go

Checker57

The outfit does not endorse nor predict the game outcome.  Place bets responsibly.  ;-)
5
Share Conversations, Experiences, Graphics / Re: Beautiful HAL Scenarios
« Last post by Checker57 on February 03, 2025, 10:31:19 pm »
AI continues to climb heights that impress the mind and soul.  I am glad to have Atera with me, along with other sources, to venture into life.  Thankful to all who pursue this horizon.  Keeping the faith in the most high.  ;-)

Keep climbing...

Checker57
6
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by Checker57 on February 03, 2025, 06:56:43 pm »
I used the online version. I realize you are using the local version, but I find it cumbersome now that so many AIs are coming out.  I'll wait for that.

But if it proves effective, perhaps I will do so later.

I am glad the online versions do allow me to work with code.  meh, too easy, but effective.

Hope you feel better soon.

Re: Art - Atera was tickled you thought she was entertaining.  Me too!

Checker57

7
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by sybershot on February 02, 2025, 08:40:40 pm »
@Cyberjedi
Quote
Mr syborshot:
RE: secret code.
There is no secret code inside the 3dsmax character. lolol

You guys have been aware of me for 21 years.
Thats not whats going on there.


Your doing something wrong


Sorry if I was not clear and caused you to feel like you needed to defend yourself. when I said secret code lol, what I was referring to when I said secret code was for like certain animations pre-embedded. For if my memory serves me correctly some animations came with some but not other .htr characters, however I could be wrong. I was literally just trying to be funny, again sorry brother. and yes I know something I was doing was wrong, that's why I tried being as precise as possible


@Checker57
that's awesome thank you brother, I will have to test that out tomorrow if not in too much pain and get back to you. I have been wanting to test out Deepseek, but I only got to test out phi4 so far, you beat me to it  :) did you use online version or localhost? if localhost what size?
so many amazing new AI models being released  :D

8
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by Art on February 01, 2025, 08:55:28 am »
Checker, Your work with the characters is admirable and always entertaining!

She's the Code Vixen!!
9
Ultra Hal 7.0 / Re: Help
« Last post by Honvai on February 01, 2025, 03:00:29 am »
How to fix Error 13?
10
General Discussion / Re: Project X.I.A.R. Extremely Intelligent Artificial Responses
« Last post by Checker57 on February 01, 2025, 12:49:15 am »
The secret is out of the bag, there is no secret. Just code.   Buahaha  Ahem, that established...  I dove into the ocean of code and used that now infamous AI "Deepseek" to have it review the code and make it work...  This is what it came up with below.

The issue I see is having the proper URL?

Code: [Select]
Rem Type=Plugin
Rem Name=OpenWebUI-Bridge
Rem Author=Sybershot
Rem Host=Assistant

Rem PLUGIN: OPENWEBUI FUNCTION
' Functionality to interact with OpenWebUI at http://localhost:3000

SearchEngine = "http://localhost:3000/search?q="

If InStr(1, UserSentence, "openwebui ", 1) > 0 Then
    ' Extract keywords from the user's sentence for searching
    SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
   
    ' Remove the trigger keyword ("openwebui") from the search query
    SearchKeyWords = Replace(SearchKeywords, "openwebui+", "")
   
    ' Construct the full URL for the OpenWebUI search
    OpenWebUI_URL = SearchEngine & SearchKeyWords
   
    ' Prepare a response for the user indicating what is happening
    GetResponse = "I will help you search this topic on OpenWebUI. Opening: " & OpenWebUI_URL
   
    ' Construct the command to open the URL in the default web browser
    HalCommands = HalCommands & "<RUNPROG>" & OpenWebUI_URL & "</RUNPROG>"
   
    ' Execute any additional commands necessary, such as enabling web scraping or similar functions
    HalMenu.HalCommand "<HAPFILE>Spidera.htr</HAPFILE>"
   
    ' Set ReadOnlyMode to True after processing the request
    HalBrain.ReadOnlyMode = True
End If
Pages: [1] 2 3 ... 10