Open
Description
Outline & Motivation
Hi, my company use both api key and organization to authenticate with OpenAI. We also need to pass along some headers. Do you have any plan to support them?
OpenAI(
base_url=BASE_URL,
api_key=OPENAI_API_KEY,
organization=OPENAI_ORG_KEY,
default_headers={"some_header": "some_value"},
)
Pitch
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels