Skip to content

Commit

Permalink
Update python/semantic_kernel/kernel.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncal committed May 6, 2023
1 parent 4de6bfd commit 24d1624
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/semantic_kernel/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ def add_text_embedding_generation_service(

return self

# TODO: look harder at retry stuff

def set_default_text_completion_service(self, service_id: str) -> "Kernel":
if service_id not in self._text_completion_services:
raise ValueError(
Expand Down

0 comments on commit 24d1624

Please sign in to comment.