remove logging of show response
This commit is contained in:
@@ -11,7 +11,6 @@ export class OllamaGetModel extends ChatCommand {
|
||||
async execute(msg: Message): Promise<void> {
|
||||
|
||||
const showResponse = await ollama.show({model: Environment.OLLAMA_MODEL});
|
||||
console.log(showResponse);
|
||||
|
||||
const caps = showResponse.capabilities;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user