user: admin@admin.com pass: adminadmin
test_user@admin.com test_usertest_user
PATH: /v1/chat/completions
PAYLOAD: { "model": "", "messages": [{}] }
PATH: /v1/embeddings
PAYLOAD: { "model": "text-embedding-ada-002", "input": "" }
sudo useradd -s /sbin/nologin -M odb
sudo cp ./deployments/odb.service /etc/systemd/system/
sudo chmod 755 /lib/systemd/system/odb.service
sudo systemctl daemon-reload
sudo systemctl enable odb.service
sudo systemctl start odb
# tail logs
sudo journalctl -f -u odb