examples : fix compile warnings [no ci] (#0)

This commit is contained in:
Georgi Gerganov
2024-07-08 14:09:09 +03:00
parent 425e2910a3
commit d3f6c34976
2 changed files with 2 additions and 3 deletions

View File

@ -147,7 +147,6 @@ std::string gpt_random_prompt(std::mt19937 & rng) {
case 7: return "He";
case 8: return "She";
case 9: return "They";
default: return "To";
}
return "The";