Skip to content

Commit

Permalink
Switch to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Sep 8, 2024
1 parent d265aa3 commit 2e055df
Show file tree
Hide file tree
Showing 5 changed files with 1,738 additions and 447 deletions.
2 changes: 1 addition & 1 deletion elia_chat/widgets/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async def new_user_message(self, content: str) -> None:

self.stream_agent_response()

@work
@work(thread=True, group="agent_response")
async def stream_agent_response(self) -> None:
model = self.chat_data.model
log.debug(f"Creating streaming response with model {model.name!r}")
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ elia = "elia_chat.__main__:cli"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
[tool.uv]
managed = true
dev-dependencies = [
"black>=23.3.0",
Expand Down
241 changes: 0 additions & 241 deletions requirements-dev.lock

This file was deleted.

Loading

0 comments on commit 2e055df

Please sign in to comment.