diff --git a/web/templates/alt-design.html b/web/templates/alt-design.html deleted file mode 100644 index 9900533..0000000 --- a/web/templates/alt-design.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - Alternative Design for NovaAI - - - - - - - - - - - - - - - - - -
-

- Empower. - Envision. - Excel. -

-

NovaAI is an AI API that allows developers to integrate advanced capabilities like NLP into their apps for free.

- - - -
- - DISCOVER NOVA
- -
- - \ No newline at end of file diff --git a/web/templates/panel.html b/web/templates/panel.html index 34a82ce..dde8343 100644 --- a/web/templates/panel.html +++ b/web/templates/panel.html @@ -39,8 +39,8 @@ novaai.api_base = 'https://api.nova-oss.com/v1' -H "Content-Type: application/json" \ -H "Authorization: Bearer nv-..." \ -d '{ - "model": "gpt-3.5-turbo", - "messages": [{"role": "user", "content": "Whats a wormhole?"}] + "model": "gpt-3.5-turbo", + "messages": [{"role": "user", "content": "Whats a wormhole?"}] }'

Unofficial front-ends (Better ChatGPT, ...)