refactor: rename default_model->model, add thinking_type support, fix pet urlopen error handling

This commit is contained in:
Liang Jiaqing
2026-04-14 21:14:05 +08:00
parent 0551967a7e
commit 74abb77a0b
5 changed files with 41 additions and 27 deletions

View File

@@ -774,4 +774,4 @@ if __name__ == '__main__':
pet = MacPet()
pet.run()
else:
pet = WinPet()
pet = WinPet('vita')