ab2f3df4ea
Update language-inference-engine.js
2025-01-28 00:02:22 +09:00
df92b4c58e
Create language-inference-engine.js
2025-01-27 23:48:34 +09:00
88e6bd27b2
Change the script URLs
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2025-01-22 14:28:02 +09:00
8a2a4c4760
Update chatgpt.js
2025-01-20 10:18:10 +09:00
905b56beb2
Allow load script from ChatGPT (LLM based AI) service
2025-01-20 10:04:49 +09:00
74005364e2
Add Grok (x.ai) interface
2025-01-17 14:04:35 +09:00
daf7db76b6
Update ovftool.js
2025-01-15 15:38:25 +09:00
38b03fe026
Update shell.js, ovftool.js
2025-01-15 15:18:36 +09:00
e2582447cc
Update shell.js
2025-01-15 14:56:14 +09:00
6babec9d6b
Update shell.js
2025-01-15 14:56:01 +09:00
a5dce5b55d
Update shell.js
2025-01-15 14:42:58 +09:00
c9f03a5e23
Update shell.js, ovftool.js
2025-01-15 13:58:54 +09:00
f9f35da4d4
Create ovftool.js
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2025-01-13 15:13:25 +09:00
dd3ebc16df
Update the credential management
2025-01-13 14:46:48 +09:00
8571ec4d00
Update ip-reputation.js
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
2025-01-10 13:29:05 +09:00
1c6d306760
Create lib/ip-reputation.js
2025-01-10 13:28:46 +09:00
fe4d0d562e
Add the server-side script files
2025-01-01 21:12:42 +09:00
58e9bdc4ab
Add DEFAULT_JSONRPC2_URL variable to lib/jsonrpc2.js
2025-01-01 19:51:11 +09:00
638b172e77
Fix a proxy services and HTTP request issues
...
1. Separated the data listing available HTTP proxy services into a separate file. (data/available_proxies.json)
2. Excluded the architecture of the user's PC (e.g., 32-bit, 64-bit) from the User-Agent in HTTP requests.
2025-01-01 19:18:40 +09:00
7903a38f61
Update aviation.js
2024-12-27 15:04:08 +09:00
5a5526df63
Update anthropic.js
2024-12-27 14:53:17 +09:00
46c5a91032
Update chatgpt.js
2024-12-27 14:52:17 +09:00
b4ace286e3
Create apikey.js
2024-12-27 14:49:01 +09:00
fc4d74b7ac
Update std.js
2024-12-27 14:11:15 +09:00
98ff88ffff
Update browser.js
2024-12-27 14:08:56 +09:00
a3fa1a558e
Update task-scheduler.js
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2024-12-22 03:27:35 +09:00
bf6fa1c044
Create task-scheduler.js
2024-12-22 03:26:41 +09:00
c1f9249252
Update aviation.js
2024-12-12 14:36:16 +09:00
c14f4358f3
Add aviation.js, Updatre http.js
2024-12-12 14:22:00 +09:00
2dae3a3abb
Update http.js
2024-12-12 13:43:41 +09:00
caa56cedb8
Update archive.js
2024-11-29 16:54:53 +09:00
701be4c351
Create archive.js
2024-11-29 16:53:31 +09:00
2ba05aa633
Update lib/punycode.js, lib/totp.js
2024-11-28 21:11:17 +09:00
f00e6eed1e
Update totp.js
2024-11-28 14:13:14 +09:00
81592beb64
Update totp.js
2024-11-28 14:10:28 +09:00
ebdc212afb
Update std.js
2024-11-27 19:26:25 +09:00
b880e7a13d
Update std.js
2024-11-27 19:25:01 +09:00
ce10ac7f7b
Update std.js
2024-11-27 16:47:59 +09:00
9012a161c3
Update std.js, README.md, SECURITY.md
2024-11-27 16:45:53 +09:00
9038829f24
Remove the Public API URL
...
The Public API was proposed for the next version (0.2.7.54), but due to the increased security risks of providing an unauthenticated Public API, the Public API URL is being discontinued.
This service will be available in the future through marketplaces offered by cloud platforms. Additionally, as the server-side script is open-source, you can set it up yourself.
https://github.com/gnh1201/caterpillar
2024-11-27 15:36:35 +09:00
116bd84394
Update totp.js
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2024-11-26 02:46:06 +09:00
69d7d3c632
Update totp.js
2024-11-26 02:03:15 +09:00
400e904aa9
Update totp.js
2024-11-26 01:49:36 +09:00
27f4dc2084
Update totp.js
2024-11-26 01:42:39 +09:00
2ac75fd24e
Add TOTP library
2024-11-26 01:41:21 +09:00
8ddff1cf94
Add the security notice to LLM integration libraries
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
2024-11-25 20:55:47 +09:00
b1428867dc
Update the Punycode Public API client
2024-11-25 16:15:14 +09:00
f2044bcfbf
Ready use the JSON-RPC 2.0 based stateless proxy
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled
2024-11-24 03:15:37 +09:00
b5bc2bd851
Update jsonrpc2.js
2024-11-24 02:20:44 +09:00
b45a7cdd6c
Ready use the JSON-RPC 2.0 based stateless proxy
2024-11-23 21:50:32 +09:00