Chris4K commited on
Commit
e282347
·
verified ·
1 Parent(s): cbf16f4

Update services/llama_generator.py

Browse files
Files changed (1) hide show
  1. services/llama_generator.py +1 -1
services/llama_generator.py CHANGED
@@ -199,7 +199,7 @@ class LlamaGenerator(BaseGenerator):
199
 
200
 
201
 
202
- def check_health(self) -> HealthStatus:
203
  """Check the health status of the generator."""
204
  #return self.health_check.check_system_resources() # TODO add model status
205
  return "All good? - Check not omplemented "
 
199
 
200
 
201
 
202
+ def check_health(self) : #-> HealthStatus:
203
  """Check the health status of the generator."""
204
  #return self.health_check.check_system_resources() # TODO add model status
205
  return "All good? - Check not omplemented "