You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: shuffle-ai/1.0.0/api.yaml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,23 +15,23 @@ contact_info:
15
15
url: https://shuffler.io
16
16
email: support@shuffler.io
17
17
actions:
18
-
- name: run_llm
19
-
description: "Runs a local LLM, with a GPU or CPU (slow). Default model is set up in Dockerfile"
20
-
parameters:
21
-
- name: input
22
-
description: "The input question to the model"
23
-
required: true
24
-
multiline: true
25
-
example: ""
26
-
schema:
27
-
type: string
28
-
- name: system_message
29
-
description: "The system message use, if any"
30
-
required: false
31
-
multiline: false
32
-
example: ""
33
-
schema:
34
-
type: string
18
+
#- name: run_llm
19
+
# description: "Runs a local LLM, with a GPU or CPU (slow). Default model is set up in Dockerfile"
20
+
# parameters:
21
+
# - name: input
22
+
# description: "The input question to the model"
23
+
# required: true
24
+
# multiline: true
25
+
# example: ""
26
+
# schema:
27
+
# type: string
28
+
# - name: system_message
29
+
# description: "The system message use, if any"
30
+
# required: false
31
+
# multiline: false
32
+
# example: ""
33
+
# schema:
34
+
# type: string
35
35
36
36
- name: shuffle_cloud_inference
37
37
description: Input ANY kind of data in the format you want, and the format you want it in. Default is a business-y email. Uses ShuffleGPT, which is based on OpenAI and our own model.
0 commit comments