Add Qwen2-7B to the list of zed.dev models (#15649)
Release Notes: - N/A --------- Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
60127f2a8d
commit
21816d1ff5
9 changed files with 112 additions and 2 deletions
|
@ -37,6 +37,7 @@ impl LanguageModelRequest {
|
|||
stream: true,
|
||||
stop: self.stop,
|
||||
temperature: self.temperature,
|
||||
max_tokens: None,
|
||||
tools: Vec::new(),
|
||||
tool_choice: None,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue