nova-api/api/config/config.yml

31 lines
494 B
YAML
Raw Normal View History

max-credits: 100001
max-credits-owner: 694201337
start-credits: 1000
costs:
other: 10
chat-models:
gpt-4-32k: 100
2023-08-18 21:23:00 +02:00
gpt-4: 30
gpt-3: 10
## Roles Explanation
# Bonuses: They are a multiplier for costs
# They work like: final_cost = cost * bonus
# Rate limits: Limit the requests of the user
2023-08-18 21:23:00 +02:00
# Seconds to wait between requests
roles:
owner:
bonus: 0.1
admin:
bonus: 0.3
helper:
bonus: 0.4
booster:
bonus: 0.5
default:
2023-08-18 21:23:00 +02:00
bonus: 1.0