You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"--disablebatchvectors", action="store_true", help="Don't compute embeddings in batch for the sections"
311
313
)
314
+
315
+
parser.add_argument(
316
+
"--openaicustomurl",
317
+
required=False,
318
+
help="Optional. Use this custom OpenAI URL instead of the default OpenAI URL",
319
+
)
312
320
parser.add_argument(
313
321
"--openaikey",
314
322
required=False,
315
-
help="Optional. Use this Azure OpenAI account key instead of the current user identity to login (use az login to set current user for Azure). This is required only when using non-Azure endpoints.",
323
+
help="Optional. Use this OpenAI account key instead of the current Azure user identity to login.",
316
324
)
317
325
parser.add_argument("--openaiorg", required=False, help="This is required only when using non-Azure endpoints.")
0 commit comments