55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"LLamaOptions": {
|
|
"Models": [
|
|
{
|
|
"Name": "WizardLM-7B",
|
|
"MaxInstances": 2,
|
|
"ModelPath": "D:\\Repositories\\AI\\Models\\wizardLM-7B.ggmlv3.q4_0.bin",
|
|
"ContextSize": 2048
|
|
}
|
|
],
|
|
"Parameters": [
|
|
{
|
|
"Name": "Default",
|
|
"Temperature": 0.6
|
|
}
|
|
],
|
|
"Prompts": [
|
|
{
|
|
"Name": "None",
|
|
"Prompt": ""
|
|
},
|
|
{
|
|
"Name": "Alpaca",
|
|
"Path": "D:\\Repositories\\AI\\Prompts\\alpaca.txt",
|
|
"AntiPrompt": [
|
|
"User:"
|
|
],
|
|
"OutputFilter": [
|
|
"Response:",
|
|
"User:"
|
|
]
|
|
},
|
|
{
|
|
"Name": "ChatWithBob",
|
|
"Path": "D:\\Repositories\\AI\\Prompts\\chat-with-bob.txt",
|
|
"AntiPrompt": [
|
|
"User:"
|
|
],
|
|
"OutputFilter": [
|
|
"Bob:",
|
|
"User:"
|
|
]
|
|
}
|
|
]
|
|
|
|
}
|
|
}
|