removed logs
Browse files- app/commit.json +1 -1
- app/lib/.server/llm/model.ts +0 -2
app/commit.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{ "commit": "
|
|
|
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 };
|