Merge pull request #712 from nponeccop/pr-whitespace2

Remove trailing whitespace throughout
This commit is contained in:
Toran Bruce Richards
2023-04-10 23:02:31 +01:00
committed by GitHub
4 changed files with 13 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ class Config(metaclass=Singleton):
self.continuous_mode = False
self.speak_mode = False
self.fast_llm_model = os.getenv("FAST_LLM_MODEL", "gpt-3.5-turbo")
self.fast_llm_model = os.getenv("FAST_LLM_MODEL", "gpt-3.5-turbo")
self.smart_llm_model = os.getenv("SMART_LLM_MODEL", "gpt-4")
self.fast_token_limit = int(os.getenv("FAST_TOKEN_LIMIT", 4000))
self.smart_token_limit = int(os.getenv("SMART_TOKEN_LIMIT", 8000))