mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 23:33:58 +01:00
30 lines
426 B
YAML
30 lines
426 B
YAML
max-credits: 100001
|
|
max-credits-owner: 694201337
|
|
start-credits: 1000
|
|
|
|
costs:
|
|
other: 5
|
|
|
|
chat-models:
|
|
gpt-4-32k-azure: 100
|
|
gpt-4: 50
|
|
gpt-4-azure: 10
|
|
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
|