Add discord bot, github pipelines

This commit is contained in:
mudler
2023-08-23 00:30:17 +02:00
parent 11514a0e0c
commit d32940e604
8 changed files with 728 additions and 1 deletions

6
examples/discord/entrypoint.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
pip uninstall hnswlib chromadb-hnswlib -y
pip install hnswlib chromadb-hnswlib
cd /app
python3 /app/main.py