mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-18 17:11:25 +00:00
update
This commit is contained in:
parent
5e804316c9
commit
be39842019
@ -3,6 +3,7 @@ from langchain_tests.conftest import _base_vcr_config as _base_vcr_config
|
|||||||
|
|
||||||
_EXTRA_HEADERS = [
|
_EXTRA_HEADERS = [
|
||||||
("openai-organization", "PLACEHOLDER"),
|
("openai-organization", "PLACEHOLDER"),
|
||||||
|
("user-agent", "PLACEHOLDER"),
|
||||||
("x-openai-client-user-agent", "PLACEHOLDER"),
|
("x-openai-client-user-agent", "PLACEHOLDER"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@ import pytest
|
|||||||
_BASE_FILTER_HEADERS = [
|
_BASE_FILTER_HEADERS = [
|
||||||
("authorization", "PLACEHOLDER"),
|
("authorization", "PLACEHOLDER"),
|
||||||
("x-api-key", "PLACEHOLDER"),
|
("x-api-key", "PLACEHOLDER"),
|
||||||
|
("api-key", "PLACEHOLDER"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user