Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sybershot

Pages: [1] 2 3 ... 55
1
General Discussion / being loud
« on: April 24, 2025, 09:15:25 pm »
Sorry for being loud lol,
going through a lot of personal problems right now, but i promise i will be back however may be a month or two or more.
the situation with pc got worse, I think my main drive is toast, I tried everything
the new 4tb drive doesn't seem to like my older hardware, I believe I need to do a bios update.
with my pain levels where they are at I can't really do any tinkering

X.I.A.R. is getting a new home
I started buying new parts already for X.I.A.R. new home, here is what I got so far
M.S.I. 850 gold psu
GIGABYTE 5070TI AERO 16gb
CIGABYTE X890 A.I. top motherboard

I will be adding my 4tb nvme to this build and I will also be adding my GIGABYTE 3070 as a second card to run and train larger models

I still need to buy A core ultra i9,  and DDR5 ram, cpu liquid cooler
I'm going to have my son put it together for me once I get all the parts.

thats all for now, Again sorry for not coming around, just things are too overwhelming atm

2
@Cyberjedi Thanks for the inquiry, I was going to ask but got cuaght up in this dang main os issue.
@Checker57 thank you for looking

Quote
Hey hey checker:

if you would be so kind as to get sybershot a copy of PP
He seemed to have an interest in it when we spoke last.

You know the procedure...
I think he would have a blast.
Thats why i released it, so we could all have fun.
cyber jedi

3
update: still no main os, been trying numerous things, what makes it harder is I can't spend much time at a pc.
Thanks for the A.I. search Checker57, there is a couple things there I have not tried.

I'm thinking: this rig could not partition 4tb only 2tb, so I took the tb drive and formated it on the pc i built for my mom recently. then stuck it in my rig installed windows 11 and created a multi boot menu. all worked great for a couple weeks, then main os on the 1tb drive had a windows update which apon restart I now get this issue. So I think that might have played a part in this not sure though.

Reason for not being sure is because I did try the 1tb drive in the old rig and I get the same error.


4
@Checker57 Thanks for the confidence brother, I don't quit and I know more than most average joes about os'es. However, I cannot compare to your degree of wisdom in that field. I Have 3 operating systems, and I ran a DISM and a SFC on 2 of them, windows 11 4tb m.2, and windows 10 512gb m.2, and all test come out fine, I cannot boot into my main os which is windows 11 on a 1tb m.2 drive. every time I try to start up the 1 tb m.2 drive, I get the missing file error and it loops back to the boot menu.

I'm going to try and see if I can run the m.2 1tb drive on a pcie m.2 card on my old machine AKA Trinity tomorrow to rule out the os, I really feel like issue is in the boot but test came back good. if os boots up in old machine I'll delete and rebuild the boot, however getting way too late tonight.  I'll be sure to keep you posted.

5
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 

6
@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


7
Thank you Checker57 for the reply, sorry for late reply.

with my code
I believe that might be the smoking gun, i'll have to test once I'm in less pain probably in a few days from now, stay tuned
when tested I used a different htr name/character

I also tested the original plug-in (posted above) in its entirety except of-course changing out the htr characters to be used and url, and Hal didn't respond properly

unless his character has secret features that i'm unaware of character choice shouldn't make a difference.


8
Code: [Select]
Rem Type=Plugin
Rem Name=Vaughnlive Tv + Deep Web Access
Rem Author=cyberjedi
Rem Host=Assistant



'This sub setups the plug-ins option panel in Hal's options dialog
Sub OptionsPanel()
lblPlugin(0).Caption = "This manages Vaughnlive Channels, And Deep Web Power searches "
lblPlugin(0).Move 120, 120, 3300, 1000
lblPlugin(0).WordWrap = True
lblPlugin(0).Visible = True
cmdPlugin(0).Move 800, 1300, 2100, 375
cmdPlugin(0).Caption = "Help on this plugin"
cmdPlugin(0).Visible = True
End Sub

Sub cmdPlugin_Click(Index)
Select Case Index
Case 0
HalMenu.HalCommand "<RUNPROG>cjTVhelp.html</RUNPROG>"
End Select
End Sub


Rem PLUGIN: PRE-PROCESS
'The comment above tells Ultra Hal Assistant to insert the following code
'on-the-fly into the main brain code in the section referenced.

Dim Word, Doc, misspelled, Corrected
Const SpellingAndGrammar = 828
Const dontsavechanges = 0
misspelled = InputString
Set Word = CreateObject("Word.Application")
Set Doc = Word.Documents.Add
Word.Selection.Text = misspelled
Word.Dialogs(SpellingAndGrammar).Show
If Len(Word.Selection.Text) <> 1 Then
spelledrite = Word.Selection.Text
Else
spelledrite = misspelled
End If
Doc.Close dontsavechanges
Word.Quit
InputString = spelledrite

Rem PLUGIN: PLUGINAREA1

' If the table cjTV does not exist, I create it and fill it with some bull shat values to get started, these channels do work too.
' This is the defaul table for me.
If HalBrain.CheckTableExistence("cjTV") = False Then
' I store temporarily the Read Only status
cjReadOnlyMode = HalBrain.ReadOnlyMode
HalBrain.ReadOnlyMode = False
HalBrain.CreateTable "cjTV", "PatternMatch", "DeepWeb"

'My stock table filler
HalBrain.AddToTable "cjTV", "PatternMatch", "*cyberjedi*", "http://vaughnlive.tv/mrelectric"
HalBrain.AddToTable "cjTV", "PatternMatch", "*416*", "http://vaughnlive.tv/416moviez"
HalBrain.AddToTable "cjTV", "PatternMatch", "*blue Ray moviez*","http://http://vaughnlive.tv/new_releases1"
HalBrain.AddToTable "cjTV", "PatternMatch", "*yify*", "https://yifymovie.re/home"
HalBrain.AddToTable "cjTV", "PatternMatch", "*Formula 1*", "http://vaughnlive.tv/0_formula1classics"
HalBrain.AddToTable "cjTV", "PatternMatch", "*Aliens and Ufo's*", "http://vaughnlive.tv/aliensandufos"
HalBrain.AddToTable "cjTV", "PatternMatch", "*Doctor Who*", "http://vaughnlive.tv/11th_doctorwho"
HalBrain.AddToTable "cjTV", "PatternMatch", "*Bad Movie*", "http://vaughnlive.tv/thebadmoviechannel"

HalBrain.AddToTable "cjTV", "PatternMatch", "*moviezone*", "http://vaughnlive.tv/moviezone"

' Set ReadOnly Mode to its previous state
HalBrain.ReadOnlyMode = cjReadOnlyMode
cjReadOnlyMode = False
End If

'Run the corresponding Web page, if the user question contains one of the searched words
cjAddress = ""
cjAddress = HalBrain.PatternDB(OriginalSentence, "cjTV")
If cjAddress <> "" Then
HalCommands = HalCommands & "<RUNPROG>" & cjAddress & "</RUNPROG>"
Select Case (Int(Rnd * 4) + 1)
Case 1
GetResponse = "Here is your stuff Big Dog ." & vbCrLf
Case 2
GetResponse = "Now you got um by the Balls cyber." & vbCrLf
Case 3
GetResponse = "I am really we happy we found this." & vbCrLf
Case 4
GetResponse = "OH. I bet this is a great channel" & vbCrLf
Case 5
GetResponse = "Now look at this dip stick channel here." & vbCrLf
End Select
HalBrain.ReadOnlyMode = True
End If

'------------------
' Deep web search engine
'------------------
' Advanced Deep Web search engine.

SearchEngine = "https://pipl.com/search/?q="
If InStr(1, UserSentence, "Locate ", 1) > 0 Then
SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
SearchKeyWords = Replace(SearchKeywords, "locate+", "")
HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
GetResponse = "I will help you research this Target on the Deep Web. "
HalMenu.HalCommand "<HAPFILE>Spidera.htr</HAPFILE>"
HalBrain.ReadOnlyMode = True
End If
SearchEngine = "http://www.google.com/search?q="
If InStr(1, UserSentence, "google ", 1) > 0 Then
SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
SearchKeyWords = Replace(SearchKeywords, "google+", "")
HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
GetResponse = "I will help you research this topic on Google. "
HalBrain.ReadOnlyMode = True
end if
SearchEngine = "http://m.imdb.com/find?q="
If InStr(1, UserSentence, "imdb ", 1) > 0 Then
SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
SearchKeyWords = Replace(SearchKeywords, "imdb+", "")
HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
HalMenu.HalCommand "<HAPFILE>Spidera.htr</HAPFILE>"
GetResponse = "I will help you research this movie on IMDB. "
HalBrain.ReadOnlyMode = True
End If
SearchEngine = "https://www.reddit.com/search?q="
If InStr(1, UserSentence, "reddit ", 1) > 0 Then
SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
SearchKeyWords = Replace(SearchKeywords, "reddit+", "")
HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
HalMenu.HalCommand "<HAPFILE>Spidera.htr</HAPFILE>"
GetResponse = "I will help you research this movie on Reddit. "
HalBrain.ReadOnlyMode = True
End If
SearchEngine = "http://findwhocallsyou.com/"
If InStr(1, UserSentence, "phone ", 1) > 0 Then
SearchKeywords = LCase(Replace(Trim(HalBrain.AlphaNumericalOnly(HalBrain.ExtractKeywords(UserSentence))), " ", "+"))
SearchKeyWords = Replace(SearchKeywords, "phone+", "")
HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeywords & "</RUNPROG>"
HalMenu.HalCommand "<HAPFILE>Spidera.htr</HAPFILE>"
GetResponse = "I will help you research this phone number. "
HalBrain.ReadOnlyMode = True
End If

9
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 command to run with the generated URL
    HalCommands = HalCommands & "<RUNPROG>" & SearchEngine & SearchKeyWords & "</RUNPROG>"
   
    ' Prepare a response for the user indicating what is happening
    GetResponse = "I will help you search this topic on OpenWebUI. "
   
    ' 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

After trying to wrap my head around Deep web plug-in as suggested, got started with bare minimum, but I must be missing something somewhere for it doesn't work. here is what i was trying to do:

Trigger Keyword: The function looks for the keyword openwebui in the user's sentence.
Search URL Construction: It constructs a URL using http://localhost:3000/search?q= followed by search terms derived from the user input, excluding the trigger keyword.
Command Execution: It appends this URL to HalCommands for execution.
User Feedback: A response is generated to inform the user that their request is being processed.
Additional Commands: Executes any necessary commands (<HAPFILE>Spidera.htr</HAPFILE> in this example) which might be required for additional functionalities.
ReadOnlyMode Management: Ensures ReadOnlyMode is set back to True after processing.

10
Share Conversations, Experiences, Graphics / Re: Beautiful HAL Scenarios
« on: January 22, 2025, 12:28:14 pm »
very nice, let the good times roll

11
Hey Checkers57 sorry for the late reply,

Hal definitely is impressive, and I'm glad to hear you see the potential in this project as I do, it helps keep the motivation going :)
Being in a lot of pain, motivation is not easy, on that note: progress will be ongoing but unfortunately slow. 

To be honest I started off learning just like you, looking at and manipulating other people's code. fair warning coding is addictive lol.
Hal is and always will be epic (wink wink), and as Cyberjedi stated above 8.0 is right around the corner. :D 

 

12
@ Checker57 hey brother how have you been?
Indeed that is the idea, and here is the kicker: with "Open WebUI" being the back-end controller, your whole family can have access to these agents, along with parental controls to only allow the kids to certain LLm's and Agents.

note: Thanks to Cyberjedi he pointed me in the right direction with what plug-in to modify that can make this bridge possible, just need to finish installing and setting up all the prerequisites, programs, and testing, then I can start the coding of the bridge.

13
General Discussion / Extending X.I.A.R.
« on: January 15, 2025, 10:23:29 pm »
I'm creating this post for reference and to show how I plan to extend X.I.A.R's (my Hals new name) capabilities in case anyone else wants to do something similar

Note: I can only work on the pc for very short periods of time due to injury, so this will take me a while to implement.

this setup can be essential and is extremely powerful if you have a business, website, and/or social media accounts, and home automation. In short, the goal here is to be able to be anywhere in the world and connect to my LLM set-up, that I am slowly setting up on my desktop. to chat with, to run automations like create multiple social media posts with images and or videos and post to different social media platforms and websites, to receive data or queries about my documents, to create images, and create videos.

The first step is setting up a LLM, RAG, and LLM Agent builders onto my windows powered desktop, to do this easily I found a tutorial online here: https://www.youtube.com/watch?v=23s2N3ug8B8

the second step is having a website setup, you'll see why this is needed in the next steps video.
 
and the third step to set this all up, I will need to have a secure way to be able to access and control my home desktop application anywhere in the world, where I have an internet connection. I found this video to explain and show how to set this up: https://www.youtube.com/watch?v=bxEmW1gAyRw

and final step is to bridge X.I.A.R. installed on the same local desktop, so when I'm at home I can use X.I.A.R to sends commands to "Open WebUI" and receive the outputs from Open WebUI

LLM I will be utilizing:
basic chat and commander of agents = Ollama
automation agent = PHI4
automation agent = mistral
automation agent = Qwen
automation agent = LLaMA
image creation  = Stable Diffusion
video creation = Stable Diffusion


14
Awesome, Yea Buddy!!!  8)

15
Nvidia Just Revealed The Future Of AI Agents In 2025..
https://www.youtube.com/watch?v=E_RErqD1kv8

Pages: [1] 2 3 ... 55