File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ export const env = createEnv({
9595 AZURE_OPENAI_ENDPOINT : z . string ( ) . url ( ) . optional ( ) , // Shared Azure OpenAI service endpoint
9696 AZURE_OPENAI_API_VERSION : z . string ( ) . optional ( ) , // Shared Azure OpenAI API version
9797 AZURE_OPENAI_API_KEY : z . string ( ) . min ( 1 ) . optional ( ) , // Shared Azure OpenAI API key
98+ AZURE_ANTHROPIC_ENDPOINT : z . string ( ) . url ( ) . optional ( ) , // Azure Anthropic service endpoint
99+ AZURE_ANTHROPIC_API_KEY : z . string ( ) . min ( 1 ) . optional ( ) , // Azure Anthropic API key
98100 KB_OPENAI_MODEL_NAME : z . string ( ) . optional ( ) , // Knowledge base OpenAI model name (works with both regular OpenAI and Azure OpenAI)
99101 WAND_OPENAI_MODEL_NAME : z . string ( ) . optional ( ) , // Wand generation OpenAI model name (works with both regular OpenAI and Azure OpenAI)
100102 OCR_AZURE_ENDPOINT : z . string ( ) . url ( ) . optional ( ) , // Azure Mistral OCR service endpoint
You can’t perform that action at this time.
0 commit comments