Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
max-line-length = 88
extend-ignore = E501
exclude = .venv, src/App
ignore = E203, W503, E712
ignore = E203, W503, E712, E226
155 changes: 0 additions & 155 deletions chat-app/backend/app/create_assistants.py

This file was deleted.

55 changes: 0 additions & 55 deletions chat-app/backend/app/list_assistants.py

This file was deleted.

2 changes: 1 addition & 1 deletion chat-app/backend/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def get_current_span():
logging.getLogger(logger_name).setLevel(
getattr(logging, AZURE_PACKAGE_LOGGING_LEVEL, logging.WARNING)
)
logging.getLogger("agent_framework_azure_ai._client").setLevel(logging.ERROR)
logging.getLogger("azure.ai.projects").setLevel(logging.WARNING)
try:
from .auth import get_current_user
from .config import settings
Expand Down
1 change: 0 additions & 1 deletion chat-app/backend/app/plugins/__init__.py

This file was deleted.

Loading
Loading