Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enhancement/update proxy support #760

Merged
merged 21 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
46728b5
Updating proxy handler to use tryTargetsRecursively function itself
roh26it Nov 21, 2024
6aa3045
chore: remove redundant response transformer check from stream handling
VisargD Nov 21, 2024
e3362bc
fixes for proxy requests using multi-part form data
roh26it Nov 21, 2024
3ccfea9
Removed deprecated handlers
roh26it Nov 21, 2024
afecf6b
Removed deprecated functions
roh26it Nov 21, 2024
f2f109c
fix
roh26it Nov 21, 2024
63eb06d
format
roh26it Nov 21, 2024
24963f0
fix: delete fetch options body for get and delete requests
VisargD Nov 21, 2024
21e5516
merge main into enhancement/update-proxy-support
VisargD Nov 25, 2024
98dc073
feat: add getProxyEndpoint method in provider api config
VisargD Nov 27, 2024
738dfcd
chore: refactor get proxy path function
VisargD Nov 27, 2024
5632f86
Merge branch 'main' into enhancement/update-proxy-support
VisargD Nov 27, 2024
3cec080
chore: handle 204 no content response
VisargD Nov 27, 2024
ae19708
chore: revert removal of custom headers to ignore env in proxy handler
VisargD Nov 28, 2024
34b546b
chore: remove unused imports
VisargD Nov 28, 2024
463f0a4
fix: retry count last attempt logic
VisargD Nov 28, 2024
96b3cc1
fix: retry count last attempt logic
VisargD Nov 28, 2024
d92614b
chore: remove unused imports
VisargD Nov 28, 2024
8efd48f
chore: keep the deprecated azure proxy url construction logic
VisargD Nov 28, 2024
6062c73
chore: minor cleanup in azure provider config
VisargD Nov 28, 2024
a584fa8
Merge branch 'main' into enhancement/update-proxy-support
VisargD Nov 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
101 changes: 0 additions & 101 deletions src/handlers/chatCompleteHandler.ts

This file was deleted.

89 changes: 0 additions & 89 deletions src/handlers/completeHandler.ts

This file was deleted.

82 changes: 0 additions & 82 deletions src/handlers/embedHandler.ts

This file was deleted.

Loading