Skip to content

Commit 725d61c

Browse files
authored
feat: ionet integrate (#2105)
* wip ionet integrate * wip ionet integrate * wip ionet integrate * ollama wip * wip * feat: ionet integration & ollama manage * fix merge conflict * wip * fix: test conn cors * wip * fix ionet * fix ionet * wip * fix model select * refactor: Remove `pkg/ionet` test files and update related Go source and web UI model deployment components. * feat: Enhance model deployment UI with styling improvements, updated text, and a new description component. * Revert "feat: Enhance model deployment UI with styling improvements, updated text, and a new description component." This reverts commit 8b75cb5.
1 parent 1a69a93 commit 725d61c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+11894
-368
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
Makefile
77
docs
88
.eslintcache
9-
.gocache
9+
.gocache
10+
/web/node_modules

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ web/bun.lock
2323
electron/node_modules
2424
electron/dist
2525
data/
26-
.gomodcache/
26+
.gomodcache/
27+
.gocache-temp
28+
.gopath

0 commit comments

Comments
 (0)