mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-22 06:18:14 +00:00
rerecord cassetes
This commit is contained in:
@@ -168,6 +168,11 @@ def vcr_config(request) -> dict:
|
||||
return {
|
||||
"cassette_library_dir": "tests/cassettes",
|
||||
"record_mode": record_mode,
|
||||
"filter_headers": [("authorization", "AUTHORIZATION-XXX")],
|
||||
"filter_headers": [
|
||||
("authorization", "AUTHORIZATION-XXX"),
|
||||
("openai-organization", "ORG-XXX"),
|
||||
("openai-project", "PROJ-XXX"),
|
||||
("x-api-key", "API-KEY-XXX"),
|
||||
],
|
||||
"match_on": ["method", "scheme", "host", "port", "path", "query"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user