Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
vinhnx90
/
inkchatgpt
like
1
Running
App
Files
Files
Community
9c5fb2e
inkchatgpt
/
chat_profile.py
vinhnx90
Refactor app using RunnableWithMessageHistory with better Prompt tuning
9b3a016
7 months ago
raw
Copy download link
history
blame
96 Bytes
from
enum
import
Enum
class
ChatProfileRoleEnum
(
str
, Enum):
Human =
"human"
AI =
"ai"