switch to napi

This commit is contained in:
Ajay Raj 2023-03-05 01:17:12 -08:00
commit 73824f4ed8

View file

@ -4,4 +4,4 @@ from dotenv import load_dotenv
load_dotenv()
api_key = os.getenv("VOCODE_API_KEY")
BASE_URL = "api.vocode.dev"
BASE_URL = "napi.vocode.dev"