mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-02 18:46:41 +00:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
POST http://localhost:9600/mount_personality
|
||
|
Content-Type: application/json
|
||
|
|
||
|
{
|
||
|
"language": "english",
|
||
|
"category": "generic",
|
||
|
"name": "gpt4all"
|
||
|
}
|