-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In llms.py, we frequently refer to a configuration value of openai_api. This is a nonstandard parameter name and is hard to remember.
we need to make it fully backwards compatible, so we should recognize the old parameter. There is no official need to deprecate it yet.
We should handle a few variations:
- There is a global configuration option visible via get_config() that we should standardize,
open ai: organdopen ai: keythat should work when specified asopenai: organdopenai: key, as the space is not actually part of the name. - we also have the existing global configuration
openai api key:without an org that should remain valid.
Copilot
Metadata
Metadata
Assignees
Labels
No labels