Spaces:
Running
Running
jonathanjordan21
commited on
Commit
•
e37b4b3
1
Parent(s):
ee910d2
Update apis/chat_api.py
Browse files- apis/chat_api.py +1 -1
apis/chat_api.py
CHANGED
@@ -149,7 +149,7 @@ class ChatAPIApp:
|
|
149 |
)
|
150 |
prompt: str = Field(
|
151 |
default="Hello, who are you?",
|
152 |
-
description="(
|
153 |
)
|
154 |
temperature: Union[float, None] = Field(
|
155 |
default=0.5,
|
|
|
149 |
)
|
150 |
prompt: str = Field(
|
151 |
default="Hello, who are you?",
|
152 |
+
description="(str) Prompt",
|
153 |
)
|
154 |
temperature: Union[float, None] = Field(
|
155 |
default=0.5,
|