Skip to content

Commit

Permalink
Update ChatGPT_API_Predictor.bambda
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
BugBountyzip authored Jan 18, 2024
1 parent 6e7503d commit 5cc9cba
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5cc9cba

Please sign in to comment.