nova-api/api/config/config.yml
nsde 6bd5dc534c Special: halved GPT-3 credits cost (thanks for 1.000 members!)
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
2023-09-02 21:15:55 +02:00

29 lines
401 B
YAML

max-credits: 100001
max-credits-owner: 694201337
start-credits: 1000
costs:
other: 10
chat-models:
gpt-4-32k: 100
gpt-4: 30
gpt-3: 5
## Roles Explanation
# Bonuses: They are a multiplier for costs
# They work like: final_cost = cost * bonus
roles:
owner:
bonus: 0
admin:
bonus: 0.2
helper:
bonus: 0.4
booster:
bonus: 0.6
default:
bonus: 1.0