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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  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, since the trigger set is
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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thaipass",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "AI SDK provider for AI Pass, using your own session cookie.",
5
5
  "keywords": [
6
6
  "ai-sdk",