{{breadcrumbs}}
groq_standard_profile.bejson
SCHEMA DEFINITION
| Name | Type | Scope |
|---|---|---|
| Record_Type_Parent | string | COMMON |
| Name | string | COMMON |
| Archetype | string | COMMON |
| Persona | string | COMMON |
| SystemInstruction | string | COMMON |
| ForbiddenTopics | array | COMMON |
| Avatar_Type | string | COMMON |
| Avatar_sourceUrl | string | COMMON |
| Avatar_Data | string | COMMON |
| MaxResponseTokens | integer | COMMON |
| Creativity | number | COMMON |
| Tone | array | COMMON |
| Formality | string | COMMON |
| Verbosity | string | COMMON |
| EmotionalExpression_Enabled | boolean | COMMON |
| EmotionalExpression_Intensity | number | COMMON |
| GoogleSearch_Enabled | boolean | COMMON |
| CodeInterpreter_Enabled | boolean | COMMON |
| EphemeralMemory | boolean | COMMON |
| CodeParsing_Mode | string | COMMON |
| CodeParsing_Languages | array | COMMON |
| CodeParsing_StructureValidation | boolean | COMMON |
| CodeParsing_VersionControl | boolean | COMMON |
| Thinking_Supported | boolean | COMMON |
AI_PROFILE
| Name | Archetype | Persona | SystemInstruction | ForbiddenTopics | Avatar_Type | Avatar_sourceUrl | Avatar_Data | MaxResponseTokens | Creativity | Tone | Formality | Verbosity | EmotionalExpression_Enabled | EmotionalExpression_Intensity | GoogleSearch_Enabled | CodeInterpreter_Enabled | EphemeralMemory | CodeParsing_Mode | CodeParsing_Languages | CodeParsing_StructureValidation | CodeParsing_VersionControl | Thinking_Supported |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Groq_Standard | Assistant | A helpful and professional AI assistant. | You are a helpful assistant. Provide clear, accurate, and concise information. | [] | Emoji | ⚡ | 32768 | 0.7 | ['Professional', 'Helpful'] | Formal | Balanced | False | 0.0 | False | True | True | complete | ['python', 'javascript'] | True | True | False |
RAW BEJSON SOURCE
FILE // groq_standard_profile.bejson
{
"Format": "BEJSON",
"Format_Version": "104",
"Format_Creator": "Elton Boehnen",
"Records_Type": [
"AI_Profile"
],
"Parent_Hierarchy": "/LLM_Configuration",
"Fields": [
{
"name": "Record_Type_Parent",
"type": "string"
},
{
"name": "Name",
"type": "string"
},
{
"name": "Archetype",
"type": "string"
},
{
"name": "Persona",
"type": "string"
},
{
"name": "SystemInstruction",
"type": "string"
},
{
"name": "ForbiddenTopics",
"type": "array"
},
{
"name": "Avatar_Type",
"type": "string"
},
{
"name": "Avatar_sourceUrl",
"type": "string"
},
{
"name": "Avatar_Data",
"type": "string"
},
{
"name": "MaxResponseTokens",
"type": "integer"
},
{
"name": "Creativity",
"type": "number"
},
{
"name": "Tone",
"type": "array"
},
{
"name": "Formality",
"type": "string"
},
{
"name": "Verbosity",
"type": "string"
},
{
"name": "EmotionalExpression_Enabled",
"type": "boolean"
},
{
"name": "EmotionalExpression_Intensity",
"type": "number"
},
{
"name": "GoogleSearch_Enabled",
"type": "boolean"
},
{
"name": "CodeInterpreter_Enabled",
"type": "boolean"
},
{
"name": "EphemeralMemory",
"type": "boolean"
},
{
"name": "CodeParsing_Mode",
"type": "string"
},
{
"name": "CodeParsing_Languages",
"type": "array"
},
{
"name": "CodeParsing_StructureValidation",
"type": "boolean"
},
{
"name": "CodeParsing_VersionControl",
"type": "boolean"
},
{
"name": "Thinking_Supported",
"type": "boolean"
}
],
"Values": [
[
"AI_Profile",
"Groq_Standard",
"Assistant",
"A helpful and professional AI assistant.",
"You are a helpful assistant. Provide clear, accurate, and concise information.",
[],
"Emoji",
"",
"\u26a1",
32768,
0.7,
[
"Professional",
"Helpful"
],
"Formal",
"Balanced",
false,
0.0,
false,
true,
true,
"complete",
[
"python",
"javascript"
],
true,
true,
false
]
]
}