Skip to content

Commit

Permalink
Update packages/ai-ollama/src/node/ollama-language-model.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sdirix authored Nov 28, 2024
1 parent 03a836d commit 76696fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ai-ollama/src/node/ollama-language-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ export class OllamaModel implements LanguageModel {

async request(request: LanguageModelRequest, cancellationToken?: CancellationToken): Promise<LanguageModelResponse> {
const settings = this.getSettings(request);
console.log(JSON.stringify(settings));
const ollama = this.initializeOllama();

if (request.response_format?.type === 'json_schema') {
Expand Down

0 comments on commit 76696fe

Please sign in to comment.