Skip to content

Commit 0daf9dc

Browse files
committed
Please also ollama timings
1 parent 210ace4 commit 0daf9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/elastic-opentelemetry-instrumentation-openai/tests/test_embeddings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ async def test_async_all_the_client_options_integration(provider_str, model, tra
378378
test_async_connection_error_test_data = [
379379
("openai_provider_embeddings", "text-embedding-3-small", 0.2263190783560276),
380380
("azure_provider_embeddings", "text-embedding-3-small", 1.0062104639999916),
381-
("ollama_provider_embeddings", "all-minilm:33m", 0.0030461717396974564),
381+
("ollama_provider_embeddings", "all-minilm:33m", 1.0148218229999770),
382382
]
383383

384384

0 commit comments

Comments
 (0)