Add ability to inject custom files into the prompt (broken ATM)

This commit is contained in:
SillyLossy
2023-05-22 00:56:12 +03:00
parent 0e7289d878
commit a4b2b68620
6 changed files with 84 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
#chromadb_inject {
width: fit-content;
display: flex;
gap: 10px;
align-items: center;
flex-direction: row;
}