#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/neural_LLMs.sh'  
# www.BillHowell.ca  24Jul2024 initial, based on neural_consciousness.sh
# see also "$d_bin"'webSiteLinks update.sh'  - similar but not the same

# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# just put source at wkSpc level scripts, 
#    because for higher up nested sources, workSpace_select not recognized!! (fix that later)
#source "$d_bin"'starter/0_workSpace select.sh'
#workSpace_select

# switch to Workspace 3 
wmctrl -s 2


echo "neural_consciousness.sh is running in Desktop $wrkSpc"

d_LLM="$d_web"'Neural nets/Transformer NNs/LLMs for Conceptual Predators/'


wkspc_LLM()
{  
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_LLM/"	''
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_Qndfs/"	''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	
	# core [symbol, arg] changes
	bash "$goApp"  "$delay_brs"	"browser"	"$d_LLM"		'LLMs for Conceptual Predators.html'  
	bash "$goApp"  "$delay_brs"	"browtab"	'http://duckduckgo.com'		''  
	bash	"$goApp"	"$delay_brs"	"browtab"	'https://gemini.google.com'	'' 
	#bash "$goApp"  "$delay_brs"	"browtab"	'https://chat-gpt.org/chat'	''  
	bash	"$goApp"	"$delay_edt"	"editor"		"$d_LLM"		'0_Large Language Model notes.txt' 


	bash "$goApp"  "$delay_brs"	"browser"	'http://duckduckgo.com'		''  

	#bash "$goApp"  "$delay_brs"	"browtab"	"$d_LLM"		'Expanding Earth hypothesis versus plate tectonics.html'  
	#bash	"$goApp"	"$delay_edt"	"editor"		"$d_LLM"		'Expanding Earth hypothesis versus plate tectonics.html' 

	#bash "$goApp"  "$delay_brs"	"browtab"	"$d_LLM"		'Solar micronova and catastrophism.html'  
	#bash	"$goApp"	"$delay_edt"	"editor"		"$d_LLM"		'Solar micronova and catastrophism.html' 


	bash "$goApp"  "$delay_brs"	"browtab"	"$d_LLM"		'gravity is an Electro-Magnetic (EM) effect.html'  
	bash	"$goApp"	"$delay_edt"	"editor"		"$d_LLM"		'gravity is an Electro-Magnetic (EM) effect.html' 


}  




chatGPT_Bard()
{  
	bash "$goApp"  "$delay_brs"	"browser"	'http://duckduckgo.com'		''  
	bash "$goApp"  "$delay_brs"	"browtab"	'https://chat-gpt.org/'		''  
	bash "$goApp"  "$delay_brs"	"browtab"	'https://chat-gpt.org/chat'	''  

	bash	"$goApp"	"$delay_brs"	"browser"	'http://duckduckgo.com'		''
	bash	"$goApp"	"$delay_brs"	"browtab"	'https://gemini.google.com'	'' 



}  






#24************************24
#] Run

	wkspc_LLM




# enddoc
