mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
API v1.1.0
This commit is contained in:
2019
aiserver.py
2019
aiserver.py
File diff suppressed because it is too large
Load Diff
@@ -15,12 +15,12 @@
|
|||||||
<script src="/static/swagger-ui/swagger-ui-bundle.js" charset="UTF-8"></script>
|
<script src="/static/swagger-ui/swagger-ui-bundle.js" charset="UTF-8"></script>
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
|
||||||
window.ui = SwaggerUIBundle({
|
window.ui = SwaggerUIBundle({
|
||||||
url: "{{ url }}",
|
url: "{{ url }}",
|
||||||
oauth2RedirectUrl: "/static/swagger-ui/oauth2-redirect.html",
|
oauth2RedirectUrl: "/static/swagger-ui/oauth2-redirect.html",
|
||||||
dom_id: "#swagger-ui",
|
dom_id: "#swagger-ui",
|
||||||
deepLinking: true,
|
deepLinking: true,
|
||||||
|
defaultModelsExpandDepth: 0, // Causes the "Schemas" section at the bottom to be collapsed by default
|
||||||
presets: [
|
presets: [
|
||||||
SwaggerUIBundle.presets.apis
|
SwaggerUIBundle.presets.apis
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user