docs: openrouter and ollama easy desktop setup (#4195)

This commit is contained in:
dianed-square
2025-08-19 15:27:22 -07:00
committed by GitHub
parent 942ef5b0a3
commit c736a95984
8 changed files with 61 additions and 34 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
import React from "react";
import Admonition from "@theme/Admonition";
const RateLimits = () => {
export const RateLimits = () => {
return (
<Admonition type="info" title="Billing">
<a
@@ -25,5 +25,3 @@ const RateLimits = () => {
</Admonition>
);
};
export default RateLimits;