From 0ba737dde4161efb29ebfce9125aa0550a61a592 Mon Sep 17 00:00:00 2001 From: partoneplay Date: Mon, 16 Dec 2024 11:03:02 +0800 Subject: [PATCH 1/3] add OpenAI and Ollama REST API Endpoint --- db/dicc.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/db/dicc.txt b/db/dicc.txt index 73a333c9d..88c248c0e 100644 --- a/db/dicc.txt +++ b/db/dicc.txt @@ -3047,14 +3047,21 @@ api/apidocs/swagger.json api/application.wadl api/batch api/cask/graphql +api/chat api/config api/config.json +api/copy +api/create api/credential.json api/credentials.json api/database.json +api/delete api/docs api/docs/ +api/embed +api/embeddings api/error_log +api/generate api/index.html api/jsonws api/jsonws/invoke @@ -3062,6 +3069,10 @@ api/login.json api/package_search/v4/documentation api/profile api/proxy +api/ps +api/pull +api/push +api/show api/snapshots api/spec/swagger.json api/swagger @@ -3073,6 +3084,7 @@ api/swagger/index.html api/swagger/static/index.html api/swagger/swagger api/swagger/ui/index +api/tags api/timelion/run api/user.json api/users.json @@ -8928,9 +8940,19 @@ v1.0/ v1.1 v1/ v1/api-docs +v1/audio/speech +v1/batches +v1/chat/completions +v1/embeddings +v1/files +v1/fine_tuning/jobs +v1/images/generations +v1/models +v1/moderations v1/public/yql v1/test/js/console.html v1/test/js/console_ajax.js +v1/uploads v2 v2.0 v2/ From b3ccc28fb7c45ca360a42cbdcef511f72f1f27c2 Mon Sep 17 00:00:00 2001 From: partoneplay Date: Mon, 16 Dec 2024 11:06:36 +0800 Subject: [PATCH 2/3] Contributors --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ab2c275a3..66903333d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -83,6 +83,7 @@ - [jxdv](https://github.com/jxdv) - [Xeonacid](https://github.com/Xeonacid) - [Valentijn Scholten](https://www.github.com/valentijnscholten) +- [partoneplay](https://github.com/partoneplay) Special thanks to all the people who are named here! From 47926b13f8786f13ec202cbbff9247d796e81592 Mon Sep 17 00:00:00 2001 From: partoneplay Date: Mon, 16 Dec 2024 11:12:07 +0800 Subject: [PATCH 3/3] CHNAGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89627f41a..bbc02bda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Load targets from a Nmap XML report - Added --async option to enable asynchronous mode (use coroutines instead of threads) - Added option to disable CLI output entirely +- Added OpenAI and Ollama REST API endpoints to the dictionary ## [0.4.3] - October 2nd, 2022 - Automatically detect the URI scheme (`http` or `https`) if no scheme is provided