-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommands.yaml
83 lines (74 loc) · 1.55 KB
/
commands.yaml
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
commands:
# OpenAI commands
- name: gpt3
prefix: '!'
provider: open-ai
type: quick-query
model: gpt-3.5-turbo-1106
traits:
- openai-moderated
- empty-prompt-message-response:
msg: "Hello there! I am ChatGPT, a ChatGPT plugin integrated into Team Fortress 2. Ask me anything!"
- name: gpt4
prefix: '!'
provider: open-ai
type: quick-query
model: gpt-4o
traits:
- admin-only
- openai-moderated
- name: cgpt
prefix: '!'
type: command-global
provider: open-ai
model: gpt-3.5-turbo-1106
traits:
- openai-moderated
- name: pc
prefix: '!'
type: command-private
provider: open-ai
model: gpt-3.5-turbo-1106
traits:
- openai-moderated
# Text-generation-webui commands
- name: ai
prefix: '!'
type: quick-query
provider: text-generation-webui
traits:
- disabled
- name: chat
prefix: '!'
type: command-global
provider: text-generation-webui
traits:
- disabled
- name: pcc
prefix: '!'
type: command-private
provider: text-generation-webui
traits:
- disabled
# GroqCloud commands
- name: g
prefix: '!'
type: quick-query
provider: groq-cloud
model: llama3-70b-8192
traits:
- disabled
- name: gc
prefix: '!'
type: command-global
provider: groq-cloud
model: llama3-70b-8192
traits:
- disabled
- name: gpc
prefix: '!'
type: command-private
provider: groq-cloud
model: llama3-70b-8192
traits:
- disabled