You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important: Before importing gpt_core module, openai.api_key must be set. This can be done with openai_key.yaml or with enviroment variable (if yaml does not exists, or is incorrect)
It is also possible to change/reload openai.api_key at any stage, with function gpt_core.reload_openai_key(key_yaml_path: str = "./openai_key.yaml")
The text was updated successfully, but these errors were encountered:
Important: Before importing
gpt_core
module,openai.api_key
must be set. This can be done with openai_key.yaml or with enviroment variable (if yaml does not exists, or is incorrect)It is also possible to change/reload
openai.api_key
at any stage, with functiongpt_core.reload_openai_key(key_yaml_path: str = "./openai_key.yaml")
The text was updated successfully, but these errors were encountered: