codacus commited on
Commit
d37c373
·
1 Parent(s): 6975083

removed logs

Browse files
Files changed (2) hide show
  1. app/commit.json +1 -1
  2. app/lib/.server/llm/model.ts +0 -2
app/commit.json CHANGED
@@ -1 +1 @@
1
- { "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
 
1
+ { "commit": "6975083fb9565b94b7e73064097f35c3f11527dc" }
app/lib/.server/llm/model.ts CHANGED
@@ -84,8 +84,6 @@ export function getHuggingFaceModel(apiKey: OptionalApiKey, model: string) {
84
  }
85
 
86
  export function getOllamaModel(baseURL: string, model: string) {
87
- console.log({ baseURL, model });
88
-
89
  const ollamaInstance = ollama(model, {
90
  numCtx: DEFAULT_NUM_CTX,
91
  }) as LanguageModelV1 & { config: any };
 
84
  }
85
 
86
  export function getOllamaModel(baseURL: string, model: string) {
 
 
87
  const ollamaInstance = ollama(model, {
88
  numCtx: DEFAULT_NUM_CTX,
89
  }) as LanguageModelV1 & { config: any };