Skip to content

Commit f34667e

Browse files
committed
added prompty.json
1 parent ba4e5ba commit f34667e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/prompty.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"default": {
3+
"type": "azure_openai",
4+
"api_version": "2024-07-01-preview",
5+
"azure_endpoint": "${env:AZURE_OPENAI_ENDPOINT}",
6+
"azure_deployment": "${env:AZURE_OPENAI_DEPLOYMENT:gpt-35-turbo}",
7+
"api_key": "${env:AZURE_OPENAI_API_KEY}"
8+
}
9+
}

0 commit comments

Comments
 (0)