File tree 1 file changed +2
-2
lines changed
packages/plugin-node/src/services
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ export class LlamaService extends Service {
644
644
const embeddingModel =
645
645
process . env . OLLAMA_EMBEDDING_MODEL || "mxbai-embed-large" ;
646
646
elizaLogger . info (
647
- `Using Ollama API for embeddings with model ${ embeddingModel } `
647
+ `Using Ollama API for embeddings with model ${ embeddingModel } (base: ${ ollamaModel } ) `
648
648
) ;
649
649
650
650
const response = await fetch ( `${ ollamaUrl } /api/embeddings` , {
@@ -716,7 +716,7 @@ export class LlamaService extends Service {
716
716
const embeddingModel =
717
717
process . env . OLLAMA_EMBEDDING_MODEL || "mxbai-embed-large" ;
718
718
elizaLogger . info (
719
- `Using Ollama API for embeddings with model ${ embeddingModel } `
719
+ `Using Ollama API for embeddings with model ${ embeddingModel } (base: ${ ollamaModel } ) `
720
720
) ;
721
721
722
722
const response = await fetch ( `${ ollamaUrl } /api/embeddings` , {
You can’t perform that action at this time.
0 commit comments