You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

appsettings.template.json 178 B

123456789
  1. {
  2. "serviceType": "AzureOpenAI",
  3. "serviceId": "",
  4. "deploymentOrModelId": "",
  5. "embeddingDeploymentOrModelId": "",
  6. "endpoint": "",
  7. "apiKey": "",
  8. "qdrantEndpoint": ""
  9. }