Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
pre-commit-ci[bot] authored and marcelklehr committed Jul 29, 2024
commit d8ca18a439b940630af4e97b73153680b24dd4c7
1 change: 0 additions & 1 deletion context_chat_backend/controller.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import os
import threading
from contextlib import asynccontextmanager
Expand Down
2 changes: 1 addition & 1 deletion context_chat_backend/models/nc_texttotext.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ def _llm_type(self) -> str:
return "nc_texttotetx"

class LlmException(Exception):
...
...