Skip to content

Commit

Permalink
chore(deps): update dependency ollama to v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 0121542 commit 2d2d284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/@tataku/processor/ollama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "jsr:@core/unknownutil@4.3.0";
import { echo } from "jsr:@denops/std@7.4.0/helper/echo";
import { toTransformStream } from "jsr:@std/streams@1.0.8/to-transform-stream";
import { Ollama } from "npm:ollama@0.5.11/browser";
import { Ollama } from "npm:ollama@0.5.12/browser";
import { ProcessorFactory } from "jsr:@omochice/tataku-vim@1.1.0";

const isOption = is.ObjectOf({
Expand Down

0 comments on commit 2d2d284

Please sign in to comment.