mokrane25 commited on
Commit
85cb211
·
verified ·
1 Parent(s): 530b5b5

Delete components/Web_agent_related/api_keys.py

Browse files
components/Web_agent_related/api_keys.py DELETED
@@ -1,25 +0,0 @@
1
- """
2
- API Keys Configuration for WebAgent
3
-
4
- This module contains API keys and sensitive configuration data.
5
- IMPORTANT: Do not commit this file to version control with real keys.
6
- Consider using environment variables in production environments.
7
-
8
- Usage:
9
- from api_keys import API_KEYS
10
-
11
- google_api_key = API_KEYS['GOOGLE_API_KEY']
12
- """
13
-
14
- # API keys dictionary
15
- API_KEYS = {
16
- # Google Search API
17
- "GOOGLE_API_KEY": "AIzaSyAngSEKuKwpBPapYwPnGBbUlsbT8y6p0KQ",
18
- "GOOGLE_CX_ID": "97c907b98a73a41df",
19
-
20
- # GitHub API
21
- "GITHUB_TOKEN": "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",
22
-
23
- # Anthropic API
24
- "ANTHROPIC_API_KEY": "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"
25
- }