removed logs

This commit is contained in:
Anirban Kar 2024-12-18 21:34:18 +05:30
parent 6975083fb9
commit d37c3736d5
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1 @@
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
{ "commit": "6975083fb9565b94b7e73064097f35c3f11527dc" }

View File

@ -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 };