We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4e5ba commit f34667eCopy full SHA for f34667e
api/prompty.json
@@ -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