File tree
72 files changed
+1303
-562
lines changed- .github/workflows
- scripts
- src
- lib
- assistantStats
- components
- chat
- icons
- migrations
- routines
- server
- embeddingEndpoints
- hfApi
- openai
- tei
- endpoints
- anthropic
- cloudflare
- cohere
- llamacpp
- openai
- tgi
- files
- websearch
- utils
- routes
- admin
- export
- stats/compute
- api/assistants
- assistant/[assistantId]
- assistants
- conversation/[id]
- login
- callback
- logout
- models
- [...model]
- thumbnail.png
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
72 files changed
+1303
-562
lines changedDiff for: .dockerignore
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + |
Diff for: .env
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
| 157 | + | |
| 158 | + |
Diff for: .github/workflows/build-image.yml
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
|
Diff for: Dockerfile
+56-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 |
| |
5 | 8 |
| |
6 | 9 |
| |
| |||
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 |
| |
16 | 22 |
| |
17 | 23 |
| |
18 | 24 |
| |
19 | 25 |
| |
20 | 26 |
| |
21 |
| - | |
22 |
| - | |
| 27 | + | |
23 | 28 |
| |
24 |
| - | |
25 |
| - | |
| 29 | + | |
| 30 | + | |
26 | 31 |
| |
27 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
28 | 58 |
| |
29 |
| - | |
30 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
31 | 66 |
| |
32 | 67 |
| |
33 | 68 |
| |
34 | 69 |
| |
35 | 70 |
| |
| 71 | + | |
36 | 72 |
| |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
40 | 80 |
| |
41 | 81 |
| |
42 |
| - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + |
Diff for: Dockerfile.local
-28
This file was deleted.
Diff for: entrypoint.sh
+5-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 | 13 |
| |
25 |
| - | |
| 14 | + | |
26 | 15 |
| |
27 | 16 |
| |
28 |
| - | |
29 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + |
0 commit comments