Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfowers committed Nov 18, 2024
1 parent 8fc8207 commit 5fa5001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turnkeyml/llm/tools/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ async def halt_generation():
@app.get("/health")
async def health():
"""
Allow the client to halt an in-progress generation.
Report server health information to the client.
"""

self.stop_event.set()
Expand Down

0 comments on commit 5fa5001

Please sign in to comment.