Skip to content

Commit

Permalink
Update api_proxy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
techcow2 authored Aug 20, 2024
1 parent 1716967 commit 42eb069
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api_proxy.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php



$openrouter_api_key2 = 'YOUR_OPENROUTER_API_KEY';
$openrouter_api_key = 'YOUR_OPENROUTER_API_KEY';

Expand Down Expand Up @@ -107,4 +104,4 @@ function handleFileUpload() {
echo json_encode(['error' => 'Failed to save the website']);
}
}
?>
?>

0 comments on commit 42eb069

Please sign in to comment.