Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature Not Updated When Set to 0 #142

Closed
bonk1t opened this issue Jun 2, 2024 · 1 comment
Closed

Temperature Not Updated When Set to 0 #142

bonk1t opened this issue Jun 2, 2024 · 1 comment

Comments

@bonk1t
Copy link
Contributor

bonk1t commented Jun 2, 2024

In this line:

self.temperature = self.temperature or self.assistant.temperature

We need to check if the temperature is not None instead of performing a boolean check.

@bonk1t
Copy link
Contributor Author

bonk1t commented Jun 4, 2024

Fixed, awesome!

@bonk1t bonk1t closed this as completed Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant