mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 10:55:34 +00:00
removed logs
This commit is contained in:
parent
6975083fb9
commit
d37c3736d5
@ -1 +1 @@
|
||||
{ "commit": "26a3bcf9b6401e606b5063830550cd6022f73899" }
|
||||
{ "commit": "6975083fb9565b94b7e73064097f35c3f11527dc" }
|
||||
|
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user