Ibraaheem commited on
Commit
1aaaabf
·
1 Parent(s): 6787fa5

Update private_gpt/components/llm/llm_component.py

Browse files
private_gpt/components/llm/llm_component.py CHANGED
@@ -72,9 +72,7 @@ class LLMComponent:
72
  self.switch_model("gpt-3.5-turbo", settings)
73
 
74
 
75
- @receiver(reload_configuration) # Example signal receiver
76
- def reload_config(self):
77
- self.__class__.__init__(self, settings, get_latest_allowed_modes())
78
 
79
 
80
  def switch_model(self, new_model: str, settings: Settings) -> None:
 
72
  self.switch_model("gpt-3.5-turbo", settings)
73
 
74
 
75
+
 
 
76
 
77
 
78
  def switch_model(self, new_model: str, settings: Settings) -> None: