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

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