-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_azure_openai.yaml
More file actions
45 lines (40 loc) · 1.11 KB
/
test_azure_openai.yaml
File metadata and controls
45 lines (40 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version: 1.1.2
cache: false
#interface:
#presets: false
#prompts: false
registration:
socialLogins: ["discord", "facebook", "github", "google", "openid"]
#allowedDomains:
#- "advancedrecoverysystems.com"
#- "recoverykansascity.com"
speech:
stt:
openai:
apiKey: '${STT_API_KEY}'
model: 'whisper-1'
endpoints:
azureOpenAI:
titleModel: "gpt-4o-mini"
assistants: true
plugins: false
summarize: true
summaryModel: "gpt-4o-mini"
titleConvo: true
disableBuilder: true
groups:
- group: "namtesting" # arbitrary name
assistants: true
apiKey: '${AZURE_API_KEY}'
instanceName: "ARS-IT" # name of the resource group or instance
version: "2024-05-01-preview"
models:
gpt-4o:
deploymentName: "gpt-4o"
gpt-4o-mini:
deploymentName: "gpt-4o-mini"
assistants:
disableBuilder: false
# Use either `supportedIds` or `excludedIds` but not both
supportedIds: ["asst_ddZhd7bPQRBFCs9H06MHOs6v","asst_AHvZpNr6mekZDxDcdLBvEQ8V","asst_t0AwJn4Yb7LcJVxTRJGa7DAB"]
timeoutMs: 780000