This commit is contained in:
Chester Curme 2025-05-20 14:12:57 -04:00
parent 5e804316c9
commit be39842019
5 changed files with 4495 additions and 0 deletions

View File

@ -3,6 +3,7 @@ from langchain_tests.conftest import _base_vcr_config as _base_vcr_config
_EXTRA_HEADERS = [
("openai-organization", "PLACEHOLDER"),
("user-agent", "PLACEHOLDER"),
("x-openai-client-user-agent", "PLACEHOLDER"),
]

View File

@ -3,6 +3,7 @@ import pytest
_BASE_FILTER_HEADERS = [
("authorization", "PLACEHOLDER"),
("x-api-key", "PLACEHOLDER"),
("api-key", "PLACEHOLDER"),
]