fixed truncation error in fake language model
This commit is contained in:
parent
3447a9478c
commit
ca82ec8e8e
4 changed files with 10 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
use gpui::AppContext;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum ProviderCredential {
|
||||
Credentials { api_key: String },
|
||||
NoCredentials,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue