diff --git a/.gitignore b/.gitignore index 2ad291abd9..d17bbe3a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ **/venv/ **/__pycache__/** private.* -.venv \ No newline at end of file +.venv +**/temp/ \ No newline at end of file diff --git a/README.md b/README.md index 27a5e76b46..80c3ca9c14 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Choose higher settings (like the t3.xlarge profile above) for raw speed, or lowe ## ๐ฌ Need Help? -**๐ [Join our Discord](https://discord.gg/qPaAuTCv)** for: +**๐ [Join our Discord](https://getmax.im/bifrost-discord)** for: - โ Quick setup assistance and troubleshooting - ๐ก Best practices and configuration tips diff --git a/docs/benchmarks.md b/docs/benchmarks.md index f90587654d..8b980914d6 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -43,7 +43,7 @@ _\*Bifrost's overhead is measured at 59 ยตs on t3.medium and 11 ยตs on t3.xlarge **Note**: On the t3.xlarge, we tested with significantly larger response payloads (~10 KB average vs ~1 KB on t3.medium). Even so, response parsing time dropped dramatically thanks to better CPU throughput and Bifrost's optimized memory reuse. -**Disclaimer**: These metrics are measured without the UI enabled. When using the UI, there is no drop in performance - only memory usage increases due to the additional UI build being served. +**Disclaimer**: These metrics are measured without the UI logging enabled. When logging is enabled, there is no drop in performance - only memory usage increases due to the additional log storage being used. --- diff --git a/docs/contributing/README.md b/docs/contributing/README.md index 85b3a21786..3d0545d324 100644 --- a/docs/contributing/README.md +++ b/docs/contributing/README.md @@ -38,7 +38,7 @@ cd ../transports-integrations/ ### **๐ฌ Need Help Contributing?** -**๐ [Join our Discord](https://discord.gg/qPaAuTCv)** for: +**๐ [Join our Discord](https://getmax.im/bifrost-discord)** for: - โ Quick questions about contributing - ๐ก Discuss your contribution ideas @@ -524,7 +524,7 @@ We value every contribution and recognize contributors: - **๐ฌ [GitHub Discussions](https://github.com/maximhq/bifrost/discussions)** - Questions, ideas, and general discussion - **๐ [GitHub Issues](https://github.com/maximhq/bifrost/issues)** - Bug reports and feature requests -- **๐ [Discord Community](https://discord.gg/qPaAuTCv)** - Real-time chat and collaboration +- **๐ [Discord Community](https://getmax.im/bifrost-discord)** - Real-time chat and collaboration --- diff --git a/docs/quickstart/README.md b/docs/quickstart/README.md index 202df6b563..340f437c4b 100644 --- a/docs/quickstart/README.md +++ b/docs/quickstart/README.md @@ -62,7 +62,7 @@ After completing the quick start: ## ๐ก Need Help? -- **[๐ฌ Join Discord](https://discord.gg/qPaAuTCv)** - Real-time setup help and community support +- **[๐ฌ Join Discord](https://getmax.im/bifrost-discord)** - Real-time setup help and community support - **[๐ Troubleshooting](../troubleshooting.md)** - Common issues and solutions - **[โ FAQ](../faq.md)** - Frequently asked questions - **[๐ Full Documentation](../README.md)** - Complete documentation hub diff --git a/docs/quickstart/go-package.md b/docs/quickstart/go-package.md index 500e533076..5af064102c 100644 --- a/docs/quickstart/go-package.md +++ b/docs/quickstart/go-package.md @@ -193,7 +193,7 @@ response, err := client.ChatCompletionRequest(context.Background(), schemas.Chat ## ๐ฌ Need Help? -**๐ [Join our Discord](https://discord.gg/qPaAuTCv)** for real-time setup assistance and Go-specific support! +**๐ [Join our Discord](https://getmax.im/bifrost-discord)** for real-time setup assistance and Go-specific support! --- diff --git a/docs/quickstart/http-transport.md b/docs/quickstart/http-transport.md index a1a51c5acc..f4f84da90f 100644 --- a/docs/quickstart/http-transport.md +++ b/docs/quickstart/http-transport.md @@ -325,7 +325,7 @@ response, err := http.Post( ## ๐ฌ Need Help? -**๐ [Join our Discord](https://discord.gg/qPaAuTCv)** for real-time setup assistance and HTTP integration support! +**๐ [Join our Discord](https://getmax.im/bifrost-discord)** for real-time setup assistance and HTTP integration support! --- diff --git a/ui/app/config/page.tsx b/ui/app/config/page.tsx index 210d46861f..41da047583 100644 --- a/ui/app/config/page.tsx +++ b/ui/app/config/page.tsx @@ -62,7 +62,6 @@ export default function ConfigPage() { return (