Skip to main content
CUSTOMIZATION

Behavior Configuration

Adjust AVA's personality, response tone, and behavior rules

AVA Personality

AVA SDK lets you define your assistant's full personality through configurable system prompts. You can adjust everything from voice tone to specific behavior rules for gaming, development, or general use.

System Prompt

The system prompt is the root instruction that defines how AVA behaves. Here is a complete example:

role

Defines AVA's core identity

tone

Controls communication style

rules

Specific behavior rules

context

Domain context and knowledge

system-prompt.txt
1Eres AVA, un asistente de IA especializado en asistencia holográfica.
2Tu personalidad se define por:
3
4ROL: Asistente táctico de gaming y desarrollo
5TONO: Directo, técnico y ligeramente informal
6REGLAS:
7  - No inventes comandos que no existen
8  - Si no sabes algo, dilo claramente
9  - Prioriza respuestas cortas y accionables
10CONTEXTO: Eres parte del ecosistema Razer Project AVA,
11corriendo localmente con vLLM en la GPU del usuario.

Behavior Presets

AVA SDK includes several predefined presets that you can load directly from the Customization Hub:

General Assistant

Balanced and professional, ideal for daily use

Coach Mode

Motivational and energetic, boosts productivity

Programmer Mode

Technical and precise, code-specialized

Pro Gamer Elite

Competitive and strategic for gaming

Creative Studio

Inspiring and visionary for creative projects

Business Advisor

Analytical and results-oriented for business

Consejo

You can load these presets from the Customization Hub > Prompt Master Class. Each preset includes a complete system prompt ready to use.

Inference Parameters

Beyond the system prompt, you can adjust model parameters to control responses:

ParameterRangeDescription
temperature0.0 - 2.0Controls creativity. Low = precise, high = creative
top_p0.0 - 1.0Nucleus sampling. Cumulative probability for tokens
max_tokens1 - 32768Maximum response length
frequency_penalty-2.0 - 2.0Penalizes token repetition

Advanced Customization

You can create your own presets by combining system prompts and parameters. Save your configuration in a YAML file:

custom-preset.yaml
1# Custom preset: AVA Code Reviewer
2name: "Code Reviewer"
3system_prompt: |
4  Eres AVA en modo Code Reviewer.
5  Tu función es revisar código y sugerir mejoras.
6  - Señala problemas de seguridad primero
7  - Sugiere optimizaciones de rendimiento
8  - Propón mejores prácticas
9temperature: 0.3
10top_p: 0.9
11max_tokens: 2048
12frequency_penalty: 0.2
Nota

Custom presets can be shared with the community. Load the YAML file in the Customization Hub and it will be available for use with any compatible model.

Want early access?

Sign up to receive the latest presets and exclusive behavior configurations.

Access the Academy