mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
ensure that we can call the new api.fc.archgw.com url, logging fixes … (#142)
* ensure that we can call the new api.fc.archgw.com url, logging fixes and minor cli bug fixes * fixed a bug where model_server printed on terminal after start script stopped running * updating the logo and fixing the website styles * updated the branch with feedback from Co and Adil --------- Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
82fc91495e
commit
3ed50e61d2
11 changed files with 70 additions and 47 deletions
|
|
@ -57,11 +57,10 @@
|
|||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
h2.bold-text {
|
||||
font-weight: bold;
|
||||
div.bold-text {
|
||||
font-size: 1.5rem;
|
||||
margin-bottom: 10px;
|
||||
line-height: 2rem;
|
||||
margin-bottom: 5px;
|
||||
line-height: 3rem;
|
||||
}
|
||||
.subheading {
|
||||
font-size: 1rem;
|
||||
|
|
@ -173,8 +172,8 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<a href="https://github.com/">GitHub</a>
|
||||
<a href="https://katanemo.github.io/arch/">Docs</a>
|
||||
<a href="https://github.com/katanemo/arch">GitHub</a>
|
||||
<a href="https://docs.archgw.com">Docs</a>
|
||||
<a href="https://discord.gg/rbjqVbpa">Discord</a>
|
||||
<a href="https://github.com/katanemo/arch?tab=readme-ov-file#contact">Contact</a>
|
||||
</header>
|
||||
|
|
@ -182,11 +181,11 @@
|
|||
<div class="image-placeholder">
|
||||
<img src="https://storage.googleapis.com/arch-website-assets/arch-logo.png" alt="Arch Gateway Logo" title="Arch Gateway Logo">
|
||||
</div>
|
||||
<h2 class="bold-text">Build fast, robust, and personalized GenAI apps</h2>
|
||||
<div class="subheading">An OSS intelligent gateway engineered with (fast) LLMs to handle the <b>muck</b> of prompts.</div>
|
||||
<div class="bold-text">Build <strong>fast</strong>, <strong>robust</strong>, and <strong>personalized</strong> GenAI apps</div>
|
||||
<div class="subheading">An <a href="https://github.com/katanemo/arch">open source</a> gateway engineered with (fast) LLMs to handle the <b>muck</b> of prompts.</div>
|
||||
<div class="buttons">
|
||||
<a href="https://github.com/katanemo/arch?tab=readme-ov-file#getstarted">Download</a>
|
||||
<a href="https://katanemo.github.io/arch/">Documentation</a>
|
||||
<a href="https://docs.archgw.com">Documentation</a>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="why_arch">
|
||||
|
|
@ -250,7 +249,7 @@
|
|||
<h2 class="get-started">Let's get started </h2>
|
||||
<div class="buttons">
|
||||
<a href="https://github.com/katanemo/arch?tab=readme-ov-file#getstarted">Download</a>
|
||||
<a href="https://katanemo.github.io/arch/">Documentation</a>
|
||||
<a href="https://docs.archgw.com">Documentation</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue