mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fix typos in diverse files (#3284)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
@@ -112,7 +112,7 @@ export async function checkNextSpeaker(
|
||||
};
|
||||
}
|
||||
|
||||
// Things checked out. Lets proceed to potentially making an LLM request.
|
||||
// Things checked out. Let's proceed to potentially making an LLM request.
|
||||
|
||||
const lastMessage = curatedHistory[curatedHistory.length - 1];
|
||||
if (!lastMessage || lastMessage.role !== 'model') {
|
||||
|
||||
Reference in New Issue
Block a user