<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<TextArea id="TextArea1">
							<left>385px</left>
							<top>20px</top>
							<width>615px</width>
							<height>460px</height>
							<style>cursor:text</style>
							<enabled>False</enabled>
							<variable>[message]</variable>
						</TextArea>
						<PushButton id="PushButton1">
							<left>25px</left>
							<top>415px</top>
							<width>350px</width>
							<height>65px</height>
							<caption>Send Question</caption>
							<kind>primary</kind>
							<click>SetVar [message] &quot;Waiting for reply...&quot;
neoOpenRouterSetApiKey &quot;Put your api key here&quot;
neoOpenRouterSetModel &quot;[model]&quot;
neoOpenRouterText &quot;[pregunta]&quot; [message] &quot;&quot;</click>
						</PushButton>
						<TextArea id="TextArea2">
							<left>25px</left>
							<top>145px</top>
							<width>350px</width>
							<height>260px</height>
							<variable>[pregunta]</variable>
							<place_holder>Ask a question</place_holder>
						</TextArea>
						<Combobox id="Combobox1">
							<left>25px</left>
							<top>90px</top>
							<width>350px</width>
							<height>45px</height>
							<style>padding-left:10px;padding-right:10px</style>
							<items>nousresearch/nous-capybara-7b,mistralai/mistral-7b-instruct,huggingfaceh4/zephyr-7b-beta,openchat/openchat-7b,gryphe/mythomist-7b,openrouter/cinematika-7b,rwkv/rwkv-5-world-3b,recursal/rwkv-5-3b-ai-town</items>
							<variable>[model]</variable>
							<init_value>nousresearch/nous-capybara-7b</init_value>
							<multi_select>False</multi_select>
						</Combobox>
						<Paragraph id="Paragraph1">
							<left>25px</left>
							<top>65px</top>
							<width>195px</width>
							<height>20px</height>
							<style>font-weight:bold</style>
							<text>Select an AI model:</text>
						</Paragraph>
						<Headline id="Headline1">
							<left>25px</left>
							<top>25px</top>
							<width>345px</width>
							<height>30px</height>
							<style>color:#337ab7</style>
							<text>neoOpenRouter Plugin Sample</text>
							<kind>h3</kind>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>1024px</width>
							<height>768px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
