-
Notifications
You must be signed in to change notification settings - Fork 1
/
open_ui_files.txt
123 lines (123 loc) · 14.4 KB
/
open_ui_files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
third_party\open_webui\backend\.gitignore
third_party\open_webui\backend\config.py
third_party\open_webui\backend\constants.py
third_party\open_webui\backend\main.py
third_party\open_webui\backend\requirements.txt
third_party\open_webui\backend\start_windows.bat
third_party\open_webui\backend\data\readme.txt
third_party\open_webui\backend\migrations\env.py
third_party\open_webui\backend\migrations\util.py
third_party\open_webui\backend\open_webui\__init__.py
third_party\open_webui\backend\test\__init__.py
third_party\open_webui\backend\utils\misc.py
third_party\open_webui\backend\utils\task.py
third_party\open_webui\backend\utils\tools.py
third_party\open_webui\backend\utils\utils.py
third_party\open_webui\backend\utils\webhook.py
third_party\open_webui\backend\apps\audio\main.py
third_party\open_webui\backend\apps\images\main.py
third_party\open_webui\backend\apps\ollama\main.py
third_party\open_webui\backend\apps\openai\main.py
third_party\open_webui\backend\apps\rag\main.py
third_party\open_webui\backend\apps\rag\utils.py
third_party\open_webui\backend\apps\socket\main.py
third_party\open_webui\backend\apps\webui\main.py
third_party\open_webui\backend\apps\webui\utils.py
third_party\open_webui\backend\apps\images\utils\comfyui.py
third_party\open_webui\backend\apps\rag\search\brave.py
third_party\open_webui\backend\apps\rag\search\duckduckgo.py
third_party\open_webui\backend\apps\rag\search\google_pse.py
third_party\open_webui\backend\apps\rag\search\jina_search.py
third_party\open_webui\backend\apps\rag\search\main.py
third_party\open_webui\backend\apps\rag\search\searxng.py
third_party\open_webui\backend\apps\rag\search\serper.py
third_party\open_webui\backend\apps\rag\search\serply.py
third_party\open_webui\backend\apps\rag\search\serpstack.py
third_party\open_webui\backend\apps\rag\search\tavily.py
third_party\open_webui\backend\apps\webui\internal\db.py
third_party\open_webui\backend\apps\webui\internal\wrappers.py
third_party\open_webui\backend\apps\webui\models\auths.py
third_party\open_webui\backend\apps\webui\models\chats.py
third_party\open_webui\backend\apps\webui\models\documents.py
third_party\open_webui\backend\apps\webui\models\files.py
third_party\open_webui\backend\apps\webui\models\functions.py
third_party\open_webui\backend\apps\webui\models\memories.py
third_party\open_webui\backend\apps\webui\models\models.py
third_party\open_webui\backend\apps\webui\models\prompts.py
third_party\open_webui\backend\apps\webui\models\tags.py
third_party\open_webui\backend\apps\webui\models\tools.py
third_party\open_webui\backend\apps\webui\models\users.py
third_party\open_webui\backend\apps\webui\routers\auths.py
third_party\open_webui\backend\apps\webui\routers\chats.py
third_party\open_webui\backend\apps\webui\routers\configs.py
third_party\open_webui\backend\apps\webui\routers\documents.py
third_party\open_webui\backend\apps\webui\routers\files.py
third_party\open_webui\backend\apps\webui\routers\functions.py
third_party\open_webui\backend\apps\webui\routers\memories.py
third_party\open_webui\backend\apps\webui\routers\models.py
third_party\open_webui\backend\apps\webui\routers\prompts.py
third_party\open_webui\backend\apps\webui\routers\tools.py
third_party\open_webui\backend\apps\webui\routers\users.py
third_party\open_webui\backend\apps\webui\routers\utils.py
third_party\open_webui\backend\apps\webui\internal\migrations\001_initial_schema.py
third_party\open_webui\backend\apps\webui\internal\migrations\002_add_local_sharing.py
third_party\open_webui\backend\apps\webui\internal\migrations\003_add_auth_api_key.py
third_party\open_webui\backend\apps\webui\internal\migrations\004_add_archived.py
third_party\open_webui\backend\apps\webui\internal\migrations\005_add_updated_at.py
third_party\open_webui\backend\apps\webui\internal\migrations\006_migrate_timestamps_and_charfields.py
third_party\open_webui\backend\apps\webui\internal\migrations\007_add_user_last_active_at.py
third_party\open_webui\backend\apps\webui\internal\migrations\008_add_memory.py
third_party\open_webui\backend\apps\webui\internal\migrations\009_add_models.py
third_party\open_webui\backend\apps\webui\internal\migrations\010_migrate_modelfiles_to_models.py
third_party\open_webui\backend\apps\webui\internal\migrations\011_add_user_settings.py
third_party\open_webui\backend\apps\webui\internal\migrations\012_add_tools.py
third_party\open_webui\backend\apps\webui\internal\migrations\013_add_user_info.py
third_party\open_webui\backend\apps\webui\internal\migrations\014_add_files.py
third_party\open_webui\backend\apps\webui\internal\migrations\015_add_functions.py
third_party\open_webui\backend\apps\webui\internal\migrations\016_add_valves_and_is_active.py
third_party\open_webui\backend\apps\webui\internal\migrations\017_add_user_oauth_sub.py
third_party\open_webui\backend\apps\webui\internal\migrations\018_add_function_is_global.py
third_party\open_webui\backend\migrations\versions\7e5b5dc7342b_init.py
third_party\open_webui\backend\test\util\abstract_integration_test.py
third_party\open_webui\backend\test\util\mock_user.py
third_party\open_webui\backend\test\apps\webui\routers\test_auths.py
third_party\open_webui\backend\test\apps\webui\routers\test_chats.py
third_party\open_webui\backend\test\apps\webui\routers\test_documents.py
third_party\open_webui\backend\test\apps\webui\routers\test_models.py
third_party\open_webui\backend\test\apps\webui\routers\test_prompts.py
third_party\open_webui\backend\test\apps\webui\routers\test_users.py
third_party\open_webui\src\app.css
third_party\open_webui\src\app.d.ts
third_party\open_webui\src\app.html
third_party\open_webui\src\tailwind.css
third_party\open_webui\src\lib\constants.ts
third_party\open_webui\src\lib\index.ts
third_party\open_webui\src\routes\+layout.js
third_party\open_webui\src\lib\apis\index.ts
third_party\open_webui\src\lib\i18n\index.ts
third_party\open_webui\src\lib\stores\index.ts
third_party\open_webui\src\lib\types\index.ts
third_party\open_webui\src\lib\utils\index.ts
third_party\open_webui\src\lib\utils\_template_old.ts
third_party\open_webui\src\lib\workers\pyodide.worker.ts
third_party\open_webui\src\lib\apis\audio\index.ts
third_party\open_webui\src\lib\apis\auths\index.ts
third_party\open_webui\src\lib\apis\chats\index.ts
third_party\open_webui\src\lib\apis\configs\index.ts
third_party\open_webui\src\lib\apis\documents\index.ts
third_party\open_webui\src\lib\apis\files\index.ts
third_party\open_webui\src\lib\apis\functions\index.ts
third_party\open_webui\src\lib\apis\images\index.ts
third_party\open_webui\src\lib\apis\memories\index.ts
third_party\open_webui\src\lib\apis\models\index.ts
third_party\open_webui\src\lib\apis\ollama\index.ts
third_party\open_webui\src\lib\apis\openai\index.ts
third_party\open_webui\src\lib\apis\prompts\index.ts
third_party\open_webui\src\lib\apis\rag\index.ts
third_party\open_webui\src\lib\apis\streaming\index.ts
third_party\open_webui\src\lib\apis\tools\index.ts
third_party\open_webui\src\lib\apis\users\index.ts
third_party\open_webui\src\lib\apis\utils\index.ts
third_party\open_webui\src\lib\utils\characters\index.ts
third_party\open_webui\src\lib\utils\rag\index.ts
third_party\open_webui\src\lib\utils\transitions\index.ts