chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"schema": 1,
|
||||
"description": "Chat with the AI",
|
||||
"execution_settings": {
|
||||
"default": {
|
||||
"max_tokens": 150,
|
||||
"temperature": 0.9,
|
||||
"top_p": 0.1,
|
||||
"presence_penalty": 0.6,
|
||||
"frequency_penalty": 0.1,
|
||||
"stop_sequences": [
|
||||
"Human:",
|
||||
"AI:"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
The following is a conversation with an AI assistant. The assistant is helpful, creative, clever, and very friendly.
|
||||
|
||||
{{$user}}I have a question. Can you help?
|
||||
{{$bot}}Of course. I am your AI Copilot. Go on!
|
||||
{{$history}}
|
||||
{{$user}}{{$input}}
|
||||
{{$bot}}
|
||||
Reference in New Issue
Block a user