Initial commit.
This commit is contained in:
+6
-18
@@ -4,22 +4,15 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="color-scheme" content="light dark">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.yellow.min.css"
|
||||
>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.yellow.min.css">
|
||||
<title>Ollama Crowd-Funded Server</title>
|
||||
</head>
|
||||
<body>
|
||||
<main class="container">
|
||||
<h1>Ollama Crowd-Funded Server</h1>
|
||||
<p>
|
||||
Welcome to the Ollama Crowd-Funded Server. You can use this URL with the official Ollama JavaScript or Python clients to communicate with an Ollama server. The Ollama servers are generously provided by individuals.
|
||||
</p>
|
||||
<h2>Using this Ollama Server</h2>
|
||||
<p>
|
||||
Simply use the original client! The only difference is the URL.
|
||||
</p>
|
||||
<p>Welcome to the Ollama Crowd-Funded Server. You can use this URL with the official Ollama JavaScript or Python clients to communicate with an Ollama server. The Ollama servers are generously provided by individuals.</p>
|
||||
<h2>Using this Ollama Server</h2>
|
||||
<p>Simply use the original client! The only difference is the URL.</p>
|
||||
<code>
|
||||
<pre>
|
||||
from ollama import Client
|
||||
@@ -45,13 +38,8 @@ while True:
|
||||
</pre>
|
||||
</code>
|
||||
<h2>Donate Your Resources</h2>
|
||||
<p>
|
||||
You can contribute your resources to the server by using the following script:
|
||||
</p>
|
||||
<code><pre>
|
||||
#client.py
|
||||
</pre>
|
||||
</code>
|
||||
<p>You can contribute your resources to the server by using the following script:</p>
|
||||
<code><pre>#client.py</pre></code>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user