mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 23:43:57 +01:00
24 lines
302 B
YAML
24 lines
302 B
YAML
|
max-credits: 100001
|
||
|
start-credits: 1000
|
||
|
|
||
|
costs:
|
||
|
other: 50
|
||
|
|
||
|
chat-models:
|
||
|
gpt-3: 10
|
||
|
gpt-4: 75
|
||
|
gpt-4-32k: 100
|
||
|
|
||
|
# bonuses are multiplier for costs:
|
||
|
# final_cost = cost * bonus
|
||
|
bonuses:
|
||
|
owner: 0.1
|
||
|
admin: 0.3
|
||
|
helper: 0.4
|
||
|
booster: 0.5
|
||
|
|
||
|
# discord reward 0.99^lvl?
|
||
|
|
||
|
rewards:
|
||
|
day: 1000
|