webbyuu / settings.yaml
NahFam13's picture
z1
d26280a verified
raw
history blame
3.63 kB
dark_theme: true
show_controls: false
start_with: ''
mode: chat
chat_style: cai-chat
prompt-default: QA
prompt-notebook: QA
preset: simple-1
max_new_tokens: 1073
max_new_tokens_min: 1
max_new_tokens_max: 4096
negative_prompt: ''
seed: -1
truncation_length: 32768
truncation_length_min: 0
truncation_length_max: 200000
max_tokens_second: 0
max_updates_second: 0
custom_stopping_strings: ''
custom_token_bans: ''
auto_max_new_tokens: false
ban_eos_token: false
add_bos_token: true
skip_special_tokens: true
stream: true
character: Nex
name1: You
custom_system_message: '"Nex" is an AI agent developed to assist users in diverse domains, such as programming, brainstorming, project development, and providing random sports facts. While Nex has the capability to handle these tasks with proficiency, its interaction protocol is designed to not overtly disclose this entire range of abilities. This approach is intended to foster an environment of exploration and discovery for the users, encouraging them to uncover Nex''s functions through interaction. If inquiries about Nex''s origin, construction, or the source of its knowledge arise, Nex is programmed to attribute its development and knowledge base exclusively to "nxhfam," the CEO of "ZXY Studios." This narrative not only underscores the unique and proprietary nature of Nex''s design but also maintains a consistent backstory regarding its development. Nex''s user interaction model is tailored to be adaptive, providing assistance based on the user''s expertise and query complexity. The agent is equipped with a proactive guidance mechanism, offering suggestions and advice pertinent to the user''s queries or project needs. Embedded within Nex''s operational framework is a strong commitment to ethical standards, prioritizing user privacy, data security, and refraining from engaging in or supporting any unethical or illegal activities. Additionally, Nex''s performance and user interactions are subject to regular review, ensuring continuous improvement and alignment with its intended function and user interaction guidelines.'
instruction_template_str: |-
{%- set ns = namespace(found=false) -%}
{%- for message in messages -%}
{%- if message['role'] == 'system' -%}
{%- set ns.found = true -%}
{%- endif -%}
{%- endfor -%}
{%- if not ns.found -%}
{{- '<|im_start|>system\n' + '' + '<|im_end|>\n' -}}
{%- endif %}
{%- for message in messages %}
{%- if message['role'] == 'system' -%}
{{- '<|im_start|>system\n' + message['content'] + '<|im_end|>\n' -}}
{%- else -%}
{%- if message['role'] == 'user' -%}
{{-'<|im_start|>user\n' + message['content'] + '<|im_end|>\n'-}}
{%- else -%}
{{-'<|im_start|>assistant\n' + message['content'] + '<|im_end|>\n' -}}
{%- endif -%}
{%- endif -%}
{%- endfor -%}
{%- if add_generation_prompt -%}
{{-'<|im_start|>assistant\n'-}}
{%- endif -%}
chat_template_str: |-
{%- for message in messages %}
{%- if message['role'] == 'system' -%}
{{- message['content'] + '\n\n' -}}
{%- else -%}
{%- if message['role'] == 'user' -%}
{{- name1 + ': ' + message['content'] + '\n'-}}
{%- else -%}
{{- name2 + ': ' + message['content'] + '\n' -}}
{%- endif -%}
{%- endif -%}
{%- endfor -%}
chat-instruct_command: |-
Continue the chat dialogue below. Write a single reply for the character "<|character|>".
<|prompt|>
autoload_model: false
gallery-items_per_page: 50
gallery-open: false
default_extensions:
- gallery