Skip to content

Commit

Permalink
Merge pull request #1445 from partoneplay/master
Browse files Browse the repository at this point in the history
Add OpenAI and Ollama REST API Endpoint
  • Loading branch information
maurosoria authored Dec 18, 2024
2 parents e9ea7f8 + 47926b1 commit 60a5046
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
22 changes: 22 additions & 0 deletions db/dicc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3047,21 +3047,32 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 60a5046

Please sign in to comment.