switch off napi
This commit is contained in:
parent
3ad8a109e7
commit
385d1386af
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "vocode"
|
||||
version = "0.1.28"
|
||||
version = "0.1.29"
|
||||
description = "The all-in-one voice SDK"
|
||||
authors = ["Ajay Raj <ajay@vocode.dev>"]
|
||||
license = "MIT License"
|
||||
|
|
|
|||
|
|
@ -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", "napi.vocode.dev")
|
||||
BASE_URL = os.getenv("VOCODE_BASE_URL", "api.vocode.dev")
|
||||
Loading…
Add table
Add a link
Reference in a new issue