Skip to content

Commit 3747a89

Browse files
authored
repository clean up
1 parent bc6a848 commit 3747a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/headai-test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def send_post_request(url, api_key):
3434
return response.json()
3535

3636
# Example usage
37-
url = 'https://megatron.headai.com/TextToGraph' # Replace with the actual URL
38-
api_key = 'FD2y2ABxIGi9TW4oiDClG3GaDiAP5htO' # Replace with your actual API key
37+
url = 'https://megatron.headai.com/TextToGraph'
38+
api_key = '' # Replace with your actual API key
3939
result = send_post_request(url, api_key)
4040
print(result)

0 commit comments

Comments
 (0)