Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Dec 18, 2024
1 parent 6975083 commit d37c373
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/commit.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
{ "commit": "6975083fb9565b94b7e73064097f35c3f11527dc" }
2 changes: 0 additions & 2 deletions app/lib/.server/llm/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ export function getHuggingFaceModel(apiKey: OptionalApiKey, model: string) {
}

export function getOllamaModel(baseURL: string, model: string) {
console.log({ baseURL, model });

const ollamaInstance = ollama(model, {
numCtx: DEFAULT_NUM_CTX,
}) as LanguageModelV1 & { config: any };
Expand Down

0 comments on commit d37c373

Please sign in to comment.