mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
use public endpoint for arch v1.1
This commit is contained in:
parent
a3f2b3cef9
commit
8290d1969f
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ logger = get_model_server_logger()
|
|||
|
||||
# Define the client
|
||||
ARCH_ENDPOINT = os.getenv("ARCH_ENDPOINT", "https://archfc.katanemo.dev/v1")
|
||||
ARCH_ENDPOINT = os.getenv("ARCH_ENDPOINT", "http://35.225.55.128:8000/v1")
|
||||
ARCH_API_KEY = "EMPTY"
|
||||
ARCH_CLIENT = OpenAI(base_url=ARCH_ENDPOINT, api_key=ARCH_API_KEY)
|
||||
ARCH_AGENT_CLIENT = ARCH_CLIENT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue