Brijesh's Git Server — orchestrator-website @ 493fcb37e0b211058a89f03f80c07c15e94e4f40

batman
Brijesh Wawdhane ops@brijesh.dev
Tue, 04 Feb 2025 23:50:15 +0530
commit

493fcb37e0b211058a89f03f80c07c15e94e4f40

1 files changed, 18 insertions(+), 0 deletions(-)

jump to
A index.html

@@ -0,0 +1,18 @@

+<!doctype html> +<html> + <head> + <title>Orchestrator</title> + <style> + @import url('https://fonts.googleapis.com/css2?family=Geist:wght@300&display=swap'); + body { font-family: "Geist", serif; } + </style> + <script src="https://unpkg.com/@tailwindcss/browser@4"></script> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + </head> + <body class="m-5 bg-black text-white space-y-2"> + <p>Orchestrator is a browser automation service similar to OpenAI's operator</p> + <p>BYOM; We can work with a variety of LLM providers including AWS Bedrock, Anthropic, Google Vertex, Google AI, OpenAI, DeepSeek and more</p> + <br /> + <p>Work in progress!</p> + </body> +</html>