We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e4721 commit 383dac7Copy full SHA for 383dac7
llm_test.py
@@ -29,7 +29,7 @@
29
30
# Default configuration
31
DEFAULT_MCP_BRIDGE_URL = "http://localhost:3000" # Default URL for MCP Bridge
32
-GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "AIzaSyClMnt9e64GpvKoOyWg3vU32txSiChuksA")
+GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "your-api-key")
33
GEMINI_MODEL = "gemini-2.5-pro-preview-05-06" # Use the appropriate model as needed
34
35
console = Console()
@@ -540,4 +540,4 @@ def main():
540
console.print("\n" + "-" * 50 + "\n")
541
542
if __name__ == "__main__":
543
- main()
+ main()
0 commit comments