You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/src/opentelemetry/instrumentation/botocore/extensions/bedrock.py
+9-7
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,9 @@
105
105
]
106
106
107
107
_MODEL_ID_KEY: str="modelId"
108
-
108
+
# estimate 6 chars per token for models that don't provide input/output token count in response body.
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_no_content[cohere.command-r].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_no_content[cohere.command].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_no_content[meta.llama].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_no_content[mistral.mistral].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_with_content[cohere.command-r].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_with_content[cohere.command].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_with_content[meta.llama].yaml
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-botocore/tests/cassettes/test_invoke_model_with_content[mistral.mistral].yaml
0 commit comments