Imaginer/src/provider/starcoder.py

8 lines
184 B
Python
Raw Normal View History

2023-05-09 02:34:15 +05:30
from .huggingchatbase import BaseHuggingChatProvider
class StarCoderProvider(BaseHuggingChatProvider):
name = "Star Coder"
slug = "starcoder"
model = "bigcode/starcoder"