improve interacting with ollama api and models
This commit is contained in:
@@ -31,7 +31,7 @@ class EmbeddingEntryFactory extends Factory
|
||||
'embedding' => $embedding,
|
||||
'embedding_dimensions' => $dimensions,
|
||||
'provider' => 'ollama',
|
||||
'model' => config('ai.providers.ollama.models.embeddings.default', 'nomic-embed-text'),
|
||||
'model' => 'nomic-embed-text',
|
||||
'tokens' => fake()->numberBetween(1, 100),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user