You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
header('Content-Type: application/json');
|
|
|
|
define('CONFIG_PATH', '/home/www/data/kai-ollama');
|
|
define('CONFIG_FILE', CONFIG_PATH . '/config.json');
|
|
define('CHAT_HISTORY_FILE', CONFIG_PATH . '/chat.history.data');
|
|
|