Skip to content

Commit 380bc7c

Browse files
committed
feat(Endpoints): Update analyze endpoint response
The analyze endpoint response has been updated to remove certain models and their corresponding scores. The removed models include Threat, Profanity, Inflammatory, Insult, Obscene, IdentityAttack, Spam, and SexuallyExplicit. This change was made to streamline the response and provide more relevant information to the user.
1 parent 24952fa commit 380bc7c

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

docs/endpoints/analyze.mdx

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -46,45 +46,13 @@ curl https://apollo.volvox.tech/api/analyze -X POST
4646
"model": "Toxicity",
4747
"score": 84.03
4848
},
49-
{
50-
"model": "Threat",
51-
"score": 79.41
52-
},
5349
{
5450
"model": "Flirtation",
5551
"score": 52.94
5652
},
5753
{
5854
"model": "SevereToxicity",
5955
"score": 44.79
60-
},
61-
{
62-
"model": "Profanity",
63-
"score": 33.95
64-
},
65-
{
66-
"model": "Inflammatory",
67-
"score": 31.52
68-
},
69-
{
70-
"model": "Insult",
71-
"score": 30.33
72-
},
73-
{
74-
"model": "Obscene",
75-
"score": 16.84
76-
},
77-
{
78-
"model": "IdentityAttack",
79-
"score": 6.52
80-
},
81-
{
82-
"model": "Spam",
83-
"score": 4.38
84-
},
85-
{
86-
"model": "SexuallyExplicit",
87-
"score": 4.17
8856
}
8957
]
9058
```

0 commit comments

Comments
 (0)