File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 8
8
- Load targets from a Nmap XML report
9
9
- Added --async option to enable asynchronous mode (use coroutines instead of threads)
10
10
- Added option to disable CLI output entirely
11
+ - Added OpenAI and Ollama REST API endpoints to the dictionary
11
12
12
13
## [ 0.4.3] - October 2nd, 2022
13
14
- Automatically detect the URI scheme (` http ` or ` https ` ) if no scheme is provided
Original file line number Diff line number Diff line change 83
83
- [ jxdv] ( https://github.com/jxdv )
84
84
- [ Xeonacid] ( https://github.com/Xeonacid )
85
85
- [ Valentijn Scholten] ( https://www.github.com/valentijnscholten )
86
+ - [ partoneplay] ( https://github.com/partoneplay )
86
87
87
88
88
89
Special thanks to all the people who are named here!
Original file line number Diff line number Diff line change @@ -3047,21 +3047,32 @@ api/apidocs/swagger.json
3047
3047
api/application.wadl
3048
3048
api/batch
3049
3049
api/cask/graphql
3050
+ api/chat
3050
3051
api/config
3051
3052
api/config.json
3053
+ api/copy
3054
+ api/create
3052
3055
api/credential.json
3053
3056
api/credentials.json
3054
3057
api/database.json
3058
+ api/delete
3055
3059
api/docs
3056
3060
api/docs/
3061
+ api/embed
3062
+ api/embeddings
3057
3063
api/error_log
3064
+ api/generate
3058
3065
api/index.html
3059
3066
api/jsonws
3060
3067
api/jsonws/invoke
3061
3068
api/login.json
3062
3069
api/package_search/v4/documentation
3063
3070
api/profile
3064
3071
api/proxy
3072
+ api/ps
3073
+ api/pull
3074
+ api/push
3075
+ api/show
3065
3076
api/snapshots
3066
3077
api/spec/swagger.json
3067
3078
api/swagger
@@ -3073,6 +3084,7 @@ api/swagger/index.html
3073
3084
api/swagger/static/index.html
3074
3085
api/swagger/swagger
3075
3086
api/swagger/ui/index
3087
+ api/tags
3076
3088
api/timelion/run
3077
3089
api/user.json
3078
3090
api/users.json
@@ -8928,9 +8940,19 @@ v1.0/
8928
8940
v1.1
8929
8941
v1/
8930
8942
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
8931
8952
v1/public/yql
8932
8953
v1/test/js/console.html
8933
8954
v1/test/js/console_ajax.js
8955
+ v1/uploads
8934
8956
v2
8935
8957
v2.0
8936
8958
v2/
You can’t perform that action at this time.
0 commit comments