Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Create ChatGPT_API_Predictor.bambda #54

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
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
Prev Previous commit
Update ChatGPT_API_Predictor.bambda
Update
  • Loading branch information
BugBountyzip authored Jan 18, 2024
commit 5cc9cbaaa51f63d94f9ba025bc3c2e79c3aa0bc6
2 changes: 1 addition & 1 deletion Proxy/HTTP/ChatGPT_API_Predictor.bambda
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (requestResponse.request().url() != null && requestResponse.hasResponse()) {
String notes = requestResponse.annotations().notes();

if (notes.contains("aaa")) {
// Use pathWithoutQuery() to get the path part of the URL without the query string
// Use pathWithoutQuery() to get the path part of the URL without the query string By CoreyD97
String path = requestResponse.request().pathWithoutQuery();

// Construct the curl command with headers
Expand Down
Loading