Skip to content

Commit

Permalink
Merge pull request #354 from tryAGI/bot/auto-format_202406240516
Browse files Browse the repository at this point in the history
style:Run dotnet format
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
2 parents 8112f3c + 465b2ea commit 4013753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Ollama/src/OllamaEmbeddingModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public async Task<EmbeddingResponse> CreateEmbeddingsAsync(
{
// Ignore
}

var results = new List<IList<double>>(capacity: request.Strings.Count);
foreach (var prompt in request.Strings)
{
Expand Down

0 comments on commit 4013753

Please sign in to comment.