Skip to content

Commit 60a5046

Browse files
authored
Merge pull request #1445 from partoneplay/master
Add OpenAI and Ollama REST API Endpoint
2 parents e9ea7f8 + 47926b1 commit 60a5046

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Load targets from a Nmap XML report
99
- Added --async option to enable asynchronous mode (use coroutines instead of threads)
1010
- Added option to disable CLI output entirely
11+
- Added OpenAI and Ollama REST API endpoints to the dictionary
1112

1213
## [0.4.3] - October 2nd, 2022
1314
- Automatically detect the URI scheme (`http` or `https`) if no scheme is provided

CONTRIBUTORS.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
- [jxdv](https://github.com/jxdv)
8484
- [Xeonacid](https://github.com/Xeonacid)
8585
- [Valentijn Scholten](https://www.github.com/valentijnscholten)
86+
- [partoneplay](https://github.com/partoneplay)
8687

8788

8889
Special thanks to all the people who are named here!

db/dicc.txt

+22
Original file line numberDiff line numberDiff line change
@@ -3047,21 +3047,32 @@ api/apidocs/swagger.json
30473047
api/application.wadl
30483048
api/batch
30493049
api/cask/graphql
3050+
api/chat
30503051
api/config
30513052
api/config.json
3053+
api/copy
3054+
api/create
30523055
api/credential.json
30533056
api/credentials.json
30543057
api/database.json
3058+
api/delete
30553059
api/docs
30563060
api/docs/
3061+
api/embed
3062+
api/embeddings
30573063
api/error_log
3064+
api/generate
30583065
api/index.html
30593066
api/jsonws
30603067
api/jsonws/invoke
30613068
api/login.json
30623069
api/package_search/v4/documentation
30633070
api/profile
30643071
api/proxy
3072+
api/ps
3073+
api/pull
3074+
api/push
3075+
api/show
30653076
api/snapshots
30663077
api/spec/swagger.json
30673078
api/swagger
@@ -3073,6 +3084,7 @@ api/swagger/index.html
30733084
api/swagger/static/index.html
30743085
api/swagger/swagger
30753086
api/swagger/ui/index
3087+
api/tags
30763088
api/timelion/run
30773089
api/user.json
30783090
api/users.json
@@ -8928,9 +8940,19 @@ v1.0/
89288940
v1.1
89298941
v1/
89308942
v1/api-docs
8943+
v1/audio/speech
8944+
v1/batches
8945+
v1/chat/completions
8946+
v1/embeddings
8947+
v1/files
8948+
v1/fine_tuning/jobs
8949+
v1/images/generations
8950+
v1/models
8951+
v1/moderations
89318952
v1/public/yql
89328953
v1/test/js/console.html
89338954
v1/test/js/console_ajax.js
8955+
v1/uploads
89348956
v2
89358957
v2.0
89368958
v2/

0 commit comments

Comments
 (0)