Skip to content

Commit 383dac7

Browse files
authored
Update llm_test.py
1 parent 38e4721 commit 383dac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# Default configuration
3131
DEFAULT_MCP_BRIDGE_URL = "http://localhost:3000" # Default URL for MCP Bridge
32-
GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "AIzaSyClMnt9e64GpvKoOyWg3vU32txSiChuksA")
32+
GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "your-api-key")
3333
GEMINI_MODEL = "gemini-2.5-pro-preview-05-06" # Use the appropriate model as needed
3434

3535
console = Console()
@@ -540,4 +540,4 @@ def main():
540540
console.print("\n" + "-" * 50 + "\n")
541541

542542
if __name__ == "__main__":
543-
main()
543+
main()

0 commit comments

Comments
 (0)