api key configs
This commit is contained in:
parent
7202a82923
commit
dfb249e13d
5 changed files with 29 additions and 15 deletions
|
|
@ -4,4 +4,4 @@ from dotenv import load_dotenv
|
|||
load_dotenv()
|
||||
|
||||
api_key = os.getenv("VOCODE_API_KEY")
|
||||
base_url = os.getenv("VOCODE_BASE_URL", "api.vocode.dev")
|
||||
base_url = os.getenv("VOCODE_BASE_URL", "api.vocode.dev")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue