6bd5dc534c
If no model is given, the API now defaults to gpt-3.5-turbo We now also support gpt-3.5-turbo-0301! Made provider code asynchronous New dependency requirement: aiofiles Staff now gets a notification when a provider key is invalid Internal improvements with log webhooks for staff Removed image model check |
||
---|---|---|
.github/workflows | ||
.vscode | ||
api | ||
checks | ||
rewards | ||
run | ||
.gitignore | ||
image-1.png | ||
image.png | ||
LICENSE | ||
privacy.drawio | ||
README.md | ||
requirements.txt | ||
screen.sh | ||
setup.md | ||
setup.py |
☄️ NovaAI - Core API Server
API server for accessing AI models.
We aim to fix that! NovaAI provides several AI models for you to use for free.
Star History
*I founded FoxGPT (called NovaGPT back then)
Old, slow, deprecated* FoxGPT vs new NovaAI repository star count:
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)
Endpoint: https://api.nova-oss.com/v1/...
Documentation & info: nova-oss.com
- Access to AI models
User/Account management API
Private (NovaOSS operators only!)
Endpoint: https://api.nova-oss.com/...
Documentation: api.nova-oss.com/docs
- Access to user accounts
- Implemented in NovaCord
NovaCord Bot API
Private (NovaOSS operators only!)
Endpoint: http://0.0.0.0:3224/...
- acess to Discord server member roles (for receiving the Discord level, ...)
- hosted using NovaCord
Website API
Private (NovaOSS operators only!)
Endpoint: 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