NERDDISCO commited on
Commit
986c8f3
1 Parent(s): e0b5928

feat: updated URL to FastAPI docs

Browse files
Files changed (1) hide show
  1. main.py +1 -3
main.py CHANGED
@@ -35,9 +35,7 @@ async def index():
35
  </head>
36
  <body style="font-family:system-ui">
37
  <h2><a href="https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML">wizardcoder-ggml</a></h2>
38
- <h2><a href="https://matthoffner-wizardcoder-ggml.hf.space/docs">FastAPI Docs</a></h2>
39
- <h2><a href="https://wizardcoder-sandbox.netlify.app">Wizardcoder Sandbox</a></h2>
40
- <h2><a href="https://matthoffner-monacopilot.hf.space">monacopilot</a></h2>
41
  </body>
42
  </html>
43
  """
 
35
  </head>
36
  <body style="font-family:system-ui">
37
  <h2><a href="https://huggingface.co/TheBloke/WizardCoder-15B-1.0-GGML">wizardcoder-ggml</a></h2>
38
+ <h2><a href="https://nerddisco-wizardcoder-15b-1-0-ggmlv3-q4-0.hf.space/docs">FastAPI Docs</a></h2>
 
 
39
  </body>
40
  </html>
41
  """