sibling of 7c169fc9b5
This commit is contained in:
parent
2b36d4ec94
commit
73387532ce
313 changed files with 6560 additions and 20270 deletions
|
@ -321,11 +321,11 @@ pub enum CompletionMode {
|
|||
Burn,
|
||||
}
|
||||
|
||||
impl From<CompletionMode> for cloud_llm_client::CompletionMode {
|
||||
impl From<CompletionMode> for zed_llm_client::CompletionMode {
|
||||
fn from(value: CompletionMode) -> Self {
|
||||
match value {
|
||||
CompletionMode::Normal => cloud_llm_client::CompletionMode::Normal,
|
||||
CompletionMode::Burn => cloud_llm_client::CompletionMode::Max,
|
||||
CompletionMode::Normal => zed_llm_client::CompletionMode::Normal,
|
||||
CompletionMode::Burn => zed_llm_client::CompletionMode::Max,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue