thaipass 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -199,8 +199,7 @@ const fetchCatalog = async (clientId, cookie, signal) => {
|
|
|
199
199
|
* The AI Pass edge answers some requests itself with a 403 before the chat
|
|
200
200
|
* backend runs, scoring what the prompt contains rather than its length. A
|
|
201
201
|
* retry of the same body gets the same verdict, so the proxy reports it as a
|
|
202
|
-
* request error and hands back the edge's own body
|
|
203
|
-
* undocumented.
|
|
202
|
+
* request error and hands back the edge's own body.
|
|
204
203
|
*/
|
|
205
204
|
const EDGE_REFUSAL_STATUS = 403;
|
|
206
205
|
const EDGE_REFUSAL_HINT = "; the AI Pass edge refused this before the model ran, on what the prompt contains rather than how long it is — resending the same text will be refused again";
|