Bavarder/src/providers/stablebeluga2.py

5 lines
156 B
Python

from .petals import BasePetalsProvider
class StableBeluga2Provider(BasePetalsProvider):
name = "stable-beluga2"
model = "stabilityai/StableBeluga2"