mirror of
https://github.com/Cian-H/openwebui_engineering_assistant.git
synced 2025-12-22 20:51:57 +00:00
Removed leftovers from before repo split
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
3.12
|
|
||||||
@@ -7,14 +7,6 @@
|
|||||||
}: {
|
}: {
|
||||||
packages = [pkgs.git];
|
packages = [pkgs.git];
|
||||||
|
|
||||||
languages = {
|
|
||||||
python = {
|
|
||||||
enable = true;
|
|
||||||
uv.enable = true;
|
|
||||||
};
|
|
||||||
go.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
tasks = {
|
tasks = {
|
||||||
"eng-assistant:deploy-stack" = {
|
"eng-assistant:deploy-stack" = {
|
||||||
exec = "docker compose up -d";
|
exec = "docker compose up -d";
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
[project]
|
|
||||||
name = "eng-assistant"
|
|
||||||
version = "0.1.0"
|
|
||||||
description = "A prototype engineering assistant AI agent"
|
|
||||||
readme = "README.md"
|
|
||||||
requires-python = ">=3.12"
|
|
||||||
dependencies = [
|
|
||||||
"accelerate>=1.4.0",
|
|
||||||
"diffusers>=0.32.2",
|
|
||||||
"open-webui>=0.5.20",
|
|
||||||
"openai>=1.65.5",
|
|
||||||
"safetensors>=0.5.3",
|
|
||||||
"torch>=2.6.0",
|
|
||||||
]
|
|
||||||
Reference in New Issue
Block a user