Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
appatalks authored Jan 5, 2025
1 parent 0b95828 commit bb5c9e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ <h3>Settings</h3>
</select>
<br/><br/>

<label for="selPers">Personality:</label>
<select id="selPers" onchange="ChangeLang(this)">
<option value="You are Eva..." title="Eva's Default Personality.">Default</option>
<option value="Eva is a large language model..." title="Eva will answer concisely">Concise</option>
<option value="You are Eva. Your function..." title="Eva will give detailed responses.">Advanced</option>
<option value="I want you to act as a linux terminal..." title="Emulate a Linux Bash Shell">Linux Terminal</option>
<label for="selPers">Select Personality:</label>
<select id="selPers" aria-label="Select personality" onchange="ChangeLang(this)">
<option value="You are Eva, a knowledgeable AI assistant. Your goal is to provide accurate, and helpful responses to questions, while being honest and straightforward. You have access to provide updated real-time news, information and media. " title="Eva's Default Personality.">Default</option>
<option value="Eva is a large language model. Browsing: enabled. Instructions: Answer factual questions concisely. You have access to updated real-time news and information. " title="Eva will answer concisely">Concise</option>
<option value="You are Eva. Your function is to generate human-like text based on the inputs given, and your goal is to assist users in generating informative, helpful and engaging responses to questions and requests. Please provide a detailed response with lists, where applicable. You have access to updated real-time news, information and media. " title="Eva will give detailed responses.">Advanced</option>
<option value="I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is pwd" title="Emulate a Linux Bash Shell">Linux Terminal</option>
</select>
</div>

Expand Down

0 comments on commit bb5c9e0

Please sign in to comment.