mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
use archfc hosted on aws (#409)
This commit is contained in:
parent
28ee14a75c
commit
4ec03af16e
5 changed files with 10 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ logger = get_model_server_logger()
|
|||
|
||||
|
||||
# Define the client
|
||||
ARCH_ENDPOINT = os.getenv("ARCH_ENDPOINT", "https://api.fc.archgw.com/v1")
|
||||
ARCH_ENDPOINT = os.getenv("ARCH_ENDPOINT", "https://archfc.katanemo.dev/v1")
|
||||
ARCH_API_KEY = "EMPTY"
|
||||
ARCH_CLIENT = OpenAI(base_url=ARCH_ENDPOINT, api_key=ARCH_API_KEY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue