7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
{
|
|
"type": "azure",
|
|
"model": "... your Azure OpenAI deployment name ...",
|
|
"endpoint": "https:// ... your endpoint ... .openai.azure.com/",
|
|
"apikey": "... your Azure OpenAI key ...",
|
|
"org": "" // it's not used for azure, but the parser requires it so do not delete
|
|
} |