diff --git a/dockerfile b/Dockerfile similarity index 100% rename from dockerfile rename to Dockerfile diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..704386e --- /dev/null +++ b/captain-definition @@ -0,0 +1,4 @@ + { + "schemaVersion": 2, + "dockerfilePath": "./Dockerfile" + } \ No newline at end of file diff --git a/src/messages.ts b/src/messages.ts index 54da5db..9a46d34 100755 --- a/src/messages.ts +++ b/src/messages.ts @@ -103,6 +103,7 @@ export async function messagehandler(bot: Bot, message: Message) { } break; // TODO Add exception for when the ollama api is down + } } function defaultString(s: string): string {