Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
vinhnx90
/
inkchatgpt
like
1
Running
App
Files
Files
Community
21858a4
inkchatgpt
/
llm_provider.py
vinhnx90
Refactor app to have a LLM models selection
14ea497
7 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
from
enum
import
Enum
class
LLMProviderEnum
(
str
, Enum):
OPEN_AI =
"OpenAI"
COHERE =
"Cohere"