refactor: rename default_model->model, add thinking_type support, fix pet urlopen error handling
This commit is contained in:
@@ -774,4 +774,4 @@ if __name__ == '__main__':
|
||||
pet = MacPet()
|
||||
pet.run()
|
||||
else:
|
||||
pet = WinPet()
|
||||
pet = WinPet('vita')
|
||||
|
||||
Reference in New Issue
Block a user