mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-25 20:53:58 +01:00
50 lines
768 B
YAML
50 lines
768 B
YAML
max-credits: 100001
|
|
max-credits-owner: 694201337
|
|
start-credits: 1000
|
|
|
|
costs:
|
|
other: 10
|
|
|
|
chat-models:
|
|
gpt-3: 10
|
|
gpt-4: 30
|
|
gpt-4-32k: 100
|
|
|
|
# bonuses are multiplier for costs:
|
|
# final_cost = cost * bonus
|
|
roles:
|
|
owner:
|
|
bonus: 0.1
|
|
rate_limit:
|
|
other: 60
|
|
gpt-3: 60
|
|
gpt-4: 35
|
|
gpt-4-32k: 5
|
|
admin:
|
|
bonus: 0.3
|
|
rate_limit:
|
|
other: 60
|
|
gpt-3: 60
|
|
gpt-4: 30
|
|
gpt-4-32k: 4
|
|
helper:
|
|
bonus: 0.4
|
|
rate_limit:
|
|
other: 60
|
|
gpt-3: 60
|
|
gpt-4: 25
|
|
gpt-4-32k: 3
|
|
booster:
|
|
bonus: 0.5
|
|
rate_limit:
|
|
other: 60
|
|
gpt-3: 60
|
|
gpt-4: 20
|
|
gpt-4-32k: 2
|
|
default:
|
|
bonus: 0
|
|
rate_limit:
|
|
other: 60
|
|
gpt-3: 60
|
|
gpt-4: 15
|
|
gpt-4-32k: 1 |