☄️ Nova API
Go to file
Game_Time 69bc2e33de changes to rate limits, check commit desc
- made comments in config better
- added todo to explain weird config
- removed some bad stuff in streaming.py
2023-08-14 14:06:25 +05:00
.github/workflows Create tests.yml 2023-08-13 06:23:59 +05:00
.vscode Alotta changes. 2023-08-14 08:11:15 +05:00
api changes to rate limits, check commit desc 2023-08-14 14:06:25 +05:00
rewards Alotta changes. 2023-08-14 08:11:15 +05:00
run Functional simple user management 2023-08-01 02:38:55 +02:00
tests updating tests to add tests back since they were removed for some reason? 2023-08-13 20:16:33 +05:00
.gitignore Added more documentation 2023-08-12 17:49:31 +02:00
LICENSE git finally works 2023-06-23 02:18:28 +02:00
README.md Added fancy, but useless stuff 2023-08-12 13:50:18 +02:00
requirements.txt let pip handle this shit 2023-08-13 06:48:13 +05:00
screen.sh First public release, working on autocredits system 2023-08-06 23:20:14 +02:00
setup.md Added more documentation 2023-08-12 17:49:31 +02:00
setup.py Works for BetterGPT 2023-07-19 23:51:28 +02:00

☄️ NovaOSS API Server

Reverse proxy server for "Closed"AI's API.

Badge showing the most used language Badge showing the code size Discord Badge Badge showing the number of issues Badge showing the number of pull requests Badge showing the license

Badge showing the number of stars Badge showing the number of forks Badge showing the number of watchers

Nova-API Conver/Banner Image. A picture of a galaxy with the caption "the core API server"

"OpenAI is very closed"

ArsTechnica (July 2023)

We aim to fix that!

NovaOSS APIs

Our infrastructure might seem a bit confusing, but it's actually quite simple. Just the first one really matters for you, if you want to access our AI API. The other ones are just for the team.

AI API

Public (everyone can use it with a valid API key)

Official endpoints: https://api.nova-oss.com/v1/... Documentation & info: nova-oss.com

  • Access to AI models

User/Account management API

Private (NovaOSS operators only!)

Official endpoints: https://api.nova-oss.com/... Documentation: api.nova-oss.com/docs

  • Access to user accounts
  • Implemented in NovaCord

Website API

Private (NovaOSS operators only!)

Official endpoints: https://nova-oss.com/api/...

This one's code can be found in the following repository: github.com/novaoss/nova-web

  • Used for the Terms of Service (ToS) verification for the Discord bot.
  • In a different repository and with a different domain because it needs to display codes on the website.
  • Implemented in NovaCord

Install & self-host

See setup.md