From f1e207de58df0c5e50b65829a0b9d86f07e50796 Mon Sep 17 00:00:00 2001 From: semio Date: Fri, 22 Nov 2024 10:21:09 +0800 Subject: [PATCH] add xai --- automation-api/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automation-api/.env.example b/automation-api/.env.example index 593cd8f..92e0094 100644 --- a/automation-api/.env.example +++ b/automation-api/.env.example @@ -17,6 +17,8 @@ VERTEXAI_LOCATIONS="asia-southeast1,asia-east2,asia-northeast1" VERTEX_SERVICE_ACCOUNT_CREDENTIALS="" # fireworks FIREWORKS_API_KEY="" +# for xai +XAI_API_KEY="" # For local development / notebooks etc SERVICE_ACCOUNT_CREDENTIALS=""