Replies: 1 comment
-
|
@edday1 The following is from a Qwen Code response 😁 ╭───────────────────────────────────────────────────────────── 1. "blank my prompt? When I press esc it leaves all the previous text."To clear your prompt, you have a few options:
2. "turn off the 'funny' loading messages? Not funny after the tenth time."You can disable the loading messages by setting the following option in your {
"ui": {
"accessibility": {
"disableLoadingPhrases": true
}
}
}Alternatively, you can customize the phrases with your own by using: {
"ui": {
"customWittyPhrases": [
// Add your custom phrases here
]
}
}3. "Used save chats? I can save them but the only way I can find to load themTo save and load chats:
The saved chats are stored in default locations: You don't need to manually copy files to these directories - the CLI commands |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Loving qwen but is there any way I can:
TIA!
Beta Was this translation helpful? Give feedback.
All reactions