add meilisearch
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ cache/
|
||||
context.db
|
||||
context.db-shm
|
||||
context.db-wal
|
||||
data.ms
|
@ -9,7 +9,7 @@ import (
|
||||
"zombiezen.com/go/sqlite/sqlitex"
|
||||
)
|
||||
|
||||
const dbLocation = "./context.db"
|
||||
const dbLocation = "./context.db" // TODO: put this in either a config or automatically place in the appData folder
|
||||
|
||||
var schema = sqlitemigration.Schema{
|
||||
// Each element of the Migrations slice is applied in sequence. When you
|
||||
|
BIN
meilisearch.exe
Normal file
BIN
meilisearch.exe
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
Your job is to summarize a history of previous messages in a conversation between an AI persona and a human.
|
||||
The conversation you are given is a from a fixed context window and may not be complete.
|
||||
The conversation you are given is from a fixed context window and may not be complete.
|
||||
Messages sent by the AI are marked with the 'assistant' role.
|
||||
The AI 'assistant' can also make calls to functions, whose outputs can be seen in messages with the 'function' role.
|
||||
Things the AI says in the message content are considered inner monologue and are not seen by the user.
|
||||
|
Reference in New Issue
Block a user