Closed canapaio closed 2 months ago
No users in setting in windows 11 docker desktop test
No users in setting in windows 11 docker desktop test
Can you delete cookies for localhost
? Maybe different installations are conflicting over those
On the permissions issue, I really have no clue sorry :(
Describe the bug Permission cat/data error create dile json tct or sqlite in ubuntu 22.04 - lolca ollama - llama3.1 llm
To Reproduce Steps to reproduce the behavior (as exampple`):
Clone ccat cana@tvai:~$ mkdir test171 cana@tvai:~$ cd test171/ cana@tvai:~/test171$ git clone https://github.com/cheshire-cat-ai/core.git Clone in 'core' in corso... remote: Enumerating objects: 15520, done. remote: Counting objects: 100% (2170/2170), done. remote: Compressing objects: 100% (678/678), done. remote: Total 15520 (delta 1566), reused 2007 (delta 1459), pack-reused 13350 Ricezione degli oggetti: 100% (15520/15520), 11.46 MiB | 15.98 MiB/s, fatto. Risoluzione dei delta: 100% (10588/10588), fatto. cana@tvai:~/test171$ cd core/ cana@tvai:~/test171/core$
edir .enc and edit compose.yml for testing docker a. for .env file see env.txt env.txt b for compose file see comose.txt compose.txt
start docker compose up docker compose up.txt
Open http://ipaddress:1868/admin/ in browser admin admin
setup ollama llm local server
select plugun write file in cat/data exp. CCat Conversation Logger log_001.txt
See error 1 in settings, no users in list
try send messagge in chat (log error) human test.txt
change folter plugin from sqlite:///cat/data/conv_log.db to sqlite:///conv_log.db (no error) the file created human test2.txt
if i chage folder permission to 777 ccat work in cat/data corectly