interim gcp change
This commit is contained in:
parent
4e74842a2f
commit
80c6b0e0b2
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vocode"
|
name = "vocode"
|
||||||
version = "0.1.51"
|
version = "0.1.53"
|
||||||
description = "The all-in-one voice SDK"
|
description = "The all-in-one voice SDK"
|
||||||
authors = ["Ajay Raj <ajay@vocode.dev>"]
|
authors = ["Ajay Raj <ajay@vocode.dev>"]
|
||||||
license = "MIT License"
|
license = "MIT License"
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,4 @@ from dotenv import load_dotenv
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
api_key = os.getenv("VOCODE_API_KEY")
|
api_key = os.getenv("VOCODE_API_KEY")
|
||||||
base_url = os.getenv("VOCODE_BASE_URL", "api.vocode.dev")
|
base_url = os.getenv("VOCODE_BASE_URL", "vocode-api-5xerktxr4q-uc.a.run.app")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue