v0.9
cleanup, remove thinking checkbox, add pulldown-cmark and config
This commit is contained in:
parent
24990f514f
commit
65e5364320
15 changed files with 1476 additions and 968 deletions
|
|
@ -11,8 +11,6 @@ pub struct ChatRequest {
|
|||
pub model: String,
|
||||
pub messages: Vec<ChatMessage>,
|
||||
pub stream: bool,
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub think: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue