Skip to content
Snippets Groups Projects
Commit 866aaa61 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Add usage section to index.md and index.html for Blablador API

parent 6ed5d463
No related branches found
No related tags found
No related merge requests found
......@@ -75,11 +75,19 @@ date: December 4th, 2024
---
## usage
![](images/usage_blablador_web.svg)
- Web UI only
- API usage wasn't recorded until we moved to a new host, devs still migrating
---
## OpenAI-compatible API
- Users import openai-python from OpenAI itself
- All services which can use OpenAI's API can use Blablador's API (VSCode's Continue.dev, etc)
- The API is not yet rate-limited, logged, monitored, documented or well-tested.
- All services which can use OpenAI's API can use Blablador's API (VSCode's Continue.dev, LangChain, etc)
- The API is not yet rate-limited or monitored (other than unique visits/day)
---
......
This diff is collapsed.
......@@ -324,13 +324,23 @@ it, contact me!</em></strong></li>
</section>
<section class="slide level1">
<h2 id="usage">usage</h2>
<p><img data-src="images/usage_blablador_web.svg" /></p>
<ul>
<li class="fragment">Web UI only</li>
<li class="fragment">API usage wasn’t recorded until we moved to a new
host, devs still migrating</li>
</ul>
</section>
<section class="slide level1">
<h2 id="openai-compatible-api">OpenAI-compatible API</h2>
<ul>
<li class="fragment">Users import openai-python from OpenAI itself</li>
<li class="fragment">All services which can use OpenAI’s API can use
Blablador’s API (VSCode’s Continue.dev, etc)</li>
<li class="fragment">The API is not yet rate-limited, logged, monitored,
documented or well-tested.</li>
Blablador’s API (VSCode’s Continue.dev, LangChain, etc)</li>
<li class="fragment">The API is not yet rate-limited or monitored (other
than unique visits/day)</li>
</ul>
</section>
<section id="the-llm-open-ecosystem" class="slide level1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment