diff --git a/src/commands/ollama-get-model.ts b/src/commands/ollama-get-model.ts index b035760..61c3e6f 100644 --- a/src/commands/ollama-get-model.ts +++ b/src/commands/ollama-get-model.ts @@ -11,7 +11,6 @@ export class OllamaGetModel extends ChatCommand { async execute(msg: Message): Promise { const showResponse = await ollama.show({model: Environment.OLLAMA_MODEL}); - console.log(showResponse); const caps = showResponse.capabilities;