SettingsModal.svelte 69 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123
  1. <script lang="ts">
  2. import toast from 'svelte-french-toast';
  3. import fileSaver from 'file-saver';
  4. const { saveAs } = fileSaver;
  5. import { onMount } from 'svelte';
  6. import { config, models, settings, user, chats } from '$lib/stores';
  7. import { splitStream, getGravatarURL } from '$lib/utils';
  8. import queue from 'async/queue';
  9. import {
  10. getOllamaVersion,
  11. getOllamaModels,
  12. getOllamaAPIUrl,
  13. updateOllamaAPIUrl,
  14. pullModel,
  15. createModel,
  16. deleteModel
  17. } from '$lib/apis/ollama';
  18. import { createNewChat, deleteAllChats, getAllChats, getChatList } from '$lib/apis/chats';
  19. import { WEB_UI_VERSION, WEBUI_API_BASE_URL } from '$lib/constants';
  20. import Advanced from './Settings/Advanced.svelte';
  21. import Modal from '../common/Modal.svelte';
  22. import { updateUserPassword } from '$lib/apis/auths';
  23. import { goto } from '$app/navigation';
  24. import Page from '../../../routes/(app)/+page.svelte';
  25. import {
  26. getOpenAIKey,
  27. getOpenAIModels,
  28. getOpenAIUrl,
  29. updateOpenAIKey,
  30. updateOpenAIUrl
  31. } from '$lib/apis/openai';
  32. export let show = false;
  33. const saveSettings = async (updated) => {
  34. console.log(updated);
  35. await settings.set({ ...$settings, ...updated });
  36. await models.set(await getModels());
  37. localStorage.setItem('settings', JSON.stringify($settings));
  38. };
  39. let selectedTab = 'general';
  40. // General
  41. let API_BASE_URL = '';
  42. let themes = ['dark', 'light', 'rose-pine dark', 'rose-pine-dawn light'];
  43. let theme = 'dark';
  44. let notificationEnabled = false;
  45. let system = '';
  46. const MAX_PARALLEL_DOWNLOADS = 3;
  47. const modelDownloadQueue = queue((task:{modelName: string}, cb) => pullModelHandlerProcessor({modelName: task.modelName, callback: cb}), MAX_PARALLEL_DOWNLOADS);
  48. let modelDownloadStatus: Record<string, any> = {};
  49. // Advanced
  50. let requestFormat = '';
  51. let options = {
  52. // Advanced
  53. seed: 0,
  54. temperature: '',
  55. repeat_penalty: '',
  56. repeat_last_n: '',
  57. mirostat: '',
  58. mirostat_eta: '',
  59. mirostat_tau: '',
  60. top_k: '',
  61. top_p: '',
  62. stop: '',
  63. tfs_z: '',
  64. num_ctx: '',
  65. num_predict: ''
  66. };
  67. // Models
  68. let modelTransferring = false;
  69. let modelTag = '';
  70. let digest = '';
  71. let pullProgress = null;
  72. let modelUploadMode = 'file';
  73. let modelInputFile = '';
  74. let modelFileUrl = '';
  75. let modelFileContent = `TEMPLATE """{{ .System }}\nUSER: {{ .Prompt }}\nASSSISTANT: """\nPARAMETER num_ctx 4096\nPARAMETER stop "</s>"\nPARAMETER stop "USER:"\nPARAMETER stop "ASSSISTANT:"`;
  76. let modelFileDigest = '';
  77. let uploadProgress = null;
  78. let deleteModelTag = '';
  79. // External
  80. let OPENAI_API_KEY = '';
  81. let OPENAI_API_BASE_URL = '';
  82. // Addons
  83. let titleAutoGenerate = true;
  84. let speechAutoSend = false;
  85. let responseAutoCopy = false;
  86. let gravatarEmail = '';
  87. let titleAutoGenerateModel = '';
  88. // Chats
  89. let saveChatHistory = true;
  90. let importFiles;
  91. let showDeleteConfirm = false;
  92. const importChats = async (_chats) => {
  93. for (const chat of _chats) {
  94. console.log(chat);
  95. await createNewChat(localStorage.token, chat);
  96. }
  97. await chats.set(await getChatList(localStorage.token));
  98. };
  99. const exportChats = async () => {
  100. let blob = new Blob([JSON.stringify(await getAllChats(localStorage.token))], {
  101. type: 'application/json'
  102. });
  103. saveAs(blob, `chat-export-${Date.now()}.json`);
  104. };
  105. $: if (importFiles) {
  106. console.log(importFiles);
  107. let reader = new FileReader();
  108. reader.onload = (event) => {
  109. let chats = JSON.parse(event.target.result);
  110. console.log(chats);
  111. importChats(chats);
  112. };
  113. reader.readAsText(importFiles[0]);
  114. }
  115. const deleteChats = async () => {
  116. await goto('/');
  117. await deleteAllChats(localStorage.token);
  118. await chats.set(await getChatList(localStorage.token));
  119. };
  120. // Auth
  121. let authEnabled = false;
  122. let authType = 'Basic';
  123. let authContent = '';
  124. // Account
  125. let currentPassword = '';
  126. let newPassword = '';
  127. let newPasswordConfirm = '';
  128. // About
  129. let ollamaVersion = '';
  130. const updateOllamaAPIUrlHandler = async () => {
  131. API_BASE_URL = await updateOllamaAPIUrl(localStorage.token, API_BASE_URL);
  132. const _models = await getModels('ollama');
  133. if (_models.length > 0) {
  134. toast.success('Server connection verified');
  135. await models.set(_models);
  136. }
  137. };
  138. const updateOpenAIHandler = async () => {
  139. OPENAI_API_BASE_URL = await updateOpenAIUrl(localStorage.token, OPENAI_API_BASE_URL);
  140. OPENAI_API_KEY = await updateOpenAIKey(localStorage.token, OPENAI_API_KEY);
  141. await models.set(await getModels());
  142. };
  143. const toggleTheme = async () => {
  144. if (theme === 'dark') {
  145. theme = 'light';
  146. } else {
  147. theme = 'dark';
  148. }
  149. localStorage.theme = theme;
  150. document.documentElement.classList.remove(theme === 'dark' ? 'light' : 'dark');
  151. document.documentElement.classList.add(theme);
  152. };
  153. const toggleRequestFormat = async () => {
  154. if (requestFormat === '') {
  155. requestFormat = 'json';
  156. } else {
  157. requestFormat = '';
  158. }
  159. saveSettings({ requestFormat: requestFormat !== '' ? requestFormat : undefined });
  160. };
  161. const toggleSpeechAutoSend = async () => {
  162. speechAutoSend = !speechAutoSend;
  163. saveSettings({ speechAutoSend: speechAutoSend });
  164. };
  165. const toggleTitleAutoGenerate = async () => {
  166. titleAutoGenerate = !titleAutoGenerate;
  167. saveSettings({ titleAutoGenerate: titleAutoGenerate });
  168. };
  169. const toggleNotification = async () => {
  170. const permission = await Notification.requestPermission();
  171. if (permission === 'granted') {
  172. notificationEnabled = !notificationEnabled;
  173. saveSettings({ notificationEnabled: notificationEnabled });
  174. } else {
  175. toast.error(
  176. 'Response notifications cannot be activated as the website permissions have been denied. Please visit your browser settings to grant the necessary access.'
  177. );
  178. }
  179. };
  180. const toggleResponseAutoCopy = async () => {
  181. const permission = await navigator.clipboard
  182. .readText()
  183. .then(() => {
  184. return 'granted';
  185. })
  186. .catch(() => {
  187. return '';
  188. });
  189. console.log(permission);
  190. if (permission === 'granted') {
  191. responseAutoCopy = !responseAutoCopy;
  192. saveSettings({ responseAutoCopy: responseAutoCopy });
  193. } else {
  194. toast.error(
  195. 'Clipboard write permission denied. Please check your browser settings to grant the necessary access.'
  196. );
  197. }
  198. };
  199. const toggleSaveChatHistory = async () => {
  200. saveChatHistory = !saveChatHistory;
  201. console.log(saveChatHistory);
  202. if (saveChatHistory === false) {
  203. await goto('/');
  204. }
  205. saveSettings({ saveChatHistory: saveChatHistory });
  206. };
  207. const pullModelHandlerProcessor = async (opts:{modelName:string, callback: Function}) => {
  208. try {
  209. const res = await pullModel(localStorage.token, opts.modelName);
  210. const reader = res.body
  211. .pipeThrough(new TextDecoderStream())
  212. .pipeThrough(splitStream('\n'))
  213. .getReader();
  214. while (true) {
  215. try {
  216. const { value, done } = await reader.read();
  217. if (done) break;
  218. let lines = value.split('\n');
  219. for (const line of lines) {
  220. if (line !== '') {
  221. let data = JSON.parse(line);
  222. if (data.error) {
  223. throw data.error;
  224. }
  225. if (data.detail) {
  226. throw data.detail;
  227. }
  228. if (data.status) {
  229. if (data.digest) {
  230. let downloadProgress = 0;
  231. if (data.completed) {
  232. downloadProgress = Math.round((data.completed / data.total) * 1000) / 10;
  233. } else {
  234. downloadProgress = 100;
  235. }
  236. modelDownloadStatus[opts.modelName] = {pullProgress: downloadProgress, digest: data.digest};
  237. }
  238. }
  239. }
  240. }
  241. } catch (error) {
  242. console.log('Failed to read from data stream', error);
  243. throw error;
  244. }
  245. }
  246. opts.callback({success: true, modelName: opts.modelName});
  247. } catch (error) {
  248. console.error(error);
  249. opts.callback({success:false, error, modelName: opts.modelName});
  250. }
  251. };
  252. const pullModelHandler = async() => {
  253. if(modelDownloadStatus[modelTag]){
  254. toast.error("Model already in queue for downloading.");
  255. return;
  256. }
  257. if(Object.keys(modelDownloadStatus).length === 3){
  258. toast.error('Maximum of 3 models can be downloading simultaneously. Please try again later');
  259. return;
  260. }
  261. modelTransferring = true;
  262. modelDownloadQueue.push({modelName: modelTag},async (data:{modelName: string; success: boolean; error?: Error}) => {
  263. const {modelName} = data;
  264. // Remove the downloaded model
  265. delete modelDownloadStatus[modelName];
  266. if(!data.success){
  267. toast.error(`There was some issue in downloading the model ${modelName}`);
  268. return;
  269. }
  270. toast.success(`Model ${modelName} was successfully downloaded`);
  271. models.set(await getModels());
  272. });
  273. modelTag = '';
  274. modelTransferring = false;
  275. }
  276. const calculateSHA256 = async (file) => {
  277. console.log(file);
  278. // Create a FileReader to read the file asynchronously
  279. const reader = new FileReader();
  280. // Define a promise to handle the file reading
  281. const readFile = new Promise((resolve, reject) => {
  282. reader.onload = () => resolve(reader.result);
  283. reader.onerror = reject;
  284. });
  285. // Read the file as an ArrayBuffer
  286. reader.readAsArrayBuffer(file);
  287. try {
  288. // Wait for the FileReader to finish reading the file
  289. const buffer = await readFile;
  290. // Convert the ArrayBuffer to a Uint8Array
  291. const uint8Array = new Uint8Array(buffer);
  292. // Calculate the SHA-256 hash using Web Crypto API
  293. const hashBuffer = await crypto.subtle.digest('SHA-256', uint8Array);
  294. // Convert the hash to a hexadecimal string
  295. const hashArray = Array.from(new Uint8Array(hashBuffer));
  296. const hashHex = hashArray.map((byte) => byte.toString(16).padStart(2, '0')).join('');
  297. return `sha256:${hashHex}`;
  298. } catch (error) {
  299. console.error('Error calculating SHA-256 hash:', error);
  300. throw error;
  301. }
  302. };
  303. const uploadModelHandler = async () => {
  304. modelTransferring = true;
  305. uploadProgress = 0;
  306. let uploaded = false;
  307. let fileResponse = null;
  308. let name = '';
  309. if (modelUploadMode === 'file') {
  310. const file = modelInputFile[0];
  311. const formData = new FormData();
  312. formData.append('file', file);
  313. fileResponse = await fetch(`${WEBUI_API_BASE_URL}/utils/upload`, {
  314. method: 'POST',
  315. headers: {
  316. ...($settings.authHeader && { Authorization: $settings.authHeader }),
  317. ...($user && { Authorization: `Bearer ${localStorage.token}` })
  318. },
  319. body: formData
  320. }).catch((error) => {
  321. console.log(error);
  322. return null;
  323. });
  324. } else {
  325. fileResponse = await fetch(`${WEBUI_API_BASE_URL}/utils/download?url=${modelFileUrl}`, {
  326. method: 'GET',
  327. headers: {
  328. ...($settings.authHeader && { Authorization: $settings.authHeader }),
  329. ...($user && { Authorization: `Bearer ${localStorage.token}` })
  330. }
  331. }).catch((error) => {
  332. console.log(error);
  333. return null;
  334. });
  335. }
  336. if (fileResponse && fileResponse.ok) {
  337. const reader = fileResponse.body
  338. .pipeThrough(new TextDecoderStream())
  339. .pipeThrough(splitStream('\n'))
  340. .getReader();
  341. while (true) {
  342. const { value, done } = await reader.read();
  343. if (done) break;
  344. try {
  345. let lines = value.split('\n');
  346. for (const line of lines) {
  347. if (line !== '') {
  348. let data = JSON.parse(line.replace(/^data: /, ''));
  349. if (data.progress) {
  350. uploadProgress = data.progress;
  351. }
  352. if (data.error) {
  353. throw data.error;
  354. }
  355. if (data.done) {
  356. modelFileDigest = data.blob;
  357. name = data.name;
  358. uploaded = true;
  359. }
  360. }
  361. }
  362. } catch (error) {
  363. console.log(error);
  364. }
  365. }
  366. }
  367. if (uploaded) {
  368. const res = await createModel(
  369. localStorage.token,
  370. `${name}:latest`,
  371. `FROM @${modelFileDigest}\n${modelFileContent}`
  372. );
  373. if (res && res.ok) {
  374. const reader = res.body
  375. .pipeThrough(new TextDecoderStream())
  376. .pipeThrough(splitStream('\n'))
  377. .getReader();
  378. while (true) {
  379. const { value, done } = await reader.read();
  380. if (done) break;
  381. try {
  382. let lines = value.split('\n');
  383. for (const line of lines) {
  384. if (line !== '') {
  385. console.log(line);
  386. let data = JSON.parse(line);
  387. console.log(data);
  388. if (data.error) {
  389. throw data.error;
  390. }
  391. if (data.detail) {
  392. throw data.detail;
  393. }
  394. if (data.status) {
  395. if (
  396. !data.digest &&
  397. !data.status.includes('writing') &&
  398. !data.status.includes('sha256')
  399. ) {
  400. toast.success(data.status);
  401. } else {
  402. if (data.digest) {
  403. digest = data.digest;
  404. if (data.completed) {
  405. pullProgress = Math.round((data.completed / data.total) * 1000) / 10;
  406. } else {
  407. pullProgress = 100;
  408. }
  409. }
  410. }
  411. }
  412. }
  413. }
  414. } catch (error) {
  415. console.log(error);
  416. toast.error(error);
  417. }
  418. }
  419. }
  420. }
  421. modelFileUrl = '';
  422. modelInputFile = '';
  423. modelTransferring = false;
  424. uploadProgress = null;
  425. models.set(await getModels());
  426. };
  427. const deleteModelHandler = async () => {
  428. const res = await deleteModel(localStorage.token, deleteModelTag).catch((error) => {
  429. toast.error(error);
  430. });
  431. if (res) {
  432. toast.success(`Deleted ${deleteModelTag}`);
  433. }
  434. deleteModelTag = '';
  435. models.set(await getModels());
  436. };
  437. const getModels = async (type = 'all') => {
  438. const models = [];
  439. models.push(
  440. ...(await getOllamaModels(localStorage.token).catch((error) => {
  441. toast.error(error);
  442. return [];
  443. }))
  444. );
  445. // If OpenAI API Key exists
  446. if (type === 'all' && OPENAI_API_KEY) {
  447. const openAIModels = await getOpenAIModels(localStorage.token).catch((error) => {
  448. console.log(error);
  449. return null;
  450. });
  451. models.push(...(openAIModels ? [{ name: 'hr' }, ...openAIModels] : []));
  452. }
  453. return models;
  454. };
  455. const updatePasswordHandler = async () => {
  456. if (newPassword === newPasswordConfirm) {
  457. const res = await updateUserPassword(localStorage.token, currentPassword, newPassword).catch(
  458. (error) => {
  459. toast.error(error);
  460. return null;
  461. }
  462. );
  463. if (res) {
  464. toast.success('Successfully updated.');
  465. }
  466. currentPassword = '';
  467. newPassword = '';
  468. newPasswordConfirm = '';
  469. } else {
  470. toast.error(
  471. `The passwords you entered don't quite match. Please double-check and try again.`
  472. );
  473. newPassword = '';
  474. newPasswordConfirm = '';
  475. }
  476. };
  477. onMount(async () => {
  478. console.log('settings', $user.role === 'admin');
  479. if ($user.role === 'admin') {
  480. API_BASE_URL = await getOllamaAPIUrl(localStorage.token);
  481. OPENAI_API_BASE_URL = await getOpenAIUrl(localStorage.token);
  482. OPENAI_API_KEY = await getOpenAIKey(localStorage.token);
  483. }
  484. let settings = JSON.parse(localStorage.getItem('settings') ?? '{}');
  485. console.log(settings);
  486. theme = localStorage.theme ?? 'dark';
  487. notificationEnabled = settings.notificationEnabled ?? false;
  488. system = settings.system ?? '';
  489. requestFormat = settings.requestFormat ?? '';
  490. options.seed = settings.seed ?? 0;
  491. options.temperature = settings.temperature ?? '';
  492. options.repeat_penalty = settings.repeat_penalty ?? '';
  493. options.top_k = settings.top_k ?? '';
  494. options.top_p = settings.top_p ?? '';
  495. options.num_ctx = settings.num_ctx ?? '';
  496. options = { ...options, ...settings.options };
  497. options.stop = (settings?.options?.stop ?? []).join(',');
  498. titleAutoGenerate = settings.titleAutoGenerate ?? true;
  499. speechAutoSend = settings.speechAutoSend ?? false;
  500. responseAutoCopy = settings.responseAutoCopy ?? false;
  501. titleAutoGenerateModel = settings.titleAutoGenerateModel ?? '';
  502. gravatarEmail = settings.gravatarEmail ?? '';
  503. saveChatHistory = settings.saveChatHistory ?? true;
  504. authEnabled = settings.authHeader !== undefined ? true : false;
  505. if (authEnabled) {
  506. authType = settings.authHeader.split(' ')[0];
  507. authContent = settings.authHeader.split(' ')[1];
  508. }
  509. ollamaVersion = await getOllamaVersion(localStorage.token).catch((error) => {
  510. return '';
  511. });
  512. });
  513. </script>
  514. <Modal bind:show>
  515. <div>
  516. <div class=" flex justify-between dark:text-gray-300 px-5 py-4">
  517. <div class=" text-lg font-medium self-center">Settings</div>
  518. <button
  519. class="self-center"
  520. on:click={() => {
  521. show = false;
  522. }}
  523. >
  524. <svg
  525. xmlns="http://www.w3.org/2000/svg"
  526. viewBox="0 0 20 20"
  527. fill="currentColor"
  528. class="w-5 h-5"
  529. >
  530. <path
  531. d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"
  532. />
  533. </svg>
  534. </button>
  535. </div>
  536. <hr class=" dark:border-gray-800" />
  537. <div class="flex flex-col md:flex-row w-full p-4 md:space-x-4">
  538. <div
  539. class="tabs flex flex-row overflow-x-auto space-x-1 md:space-x-0 md:space-y-1 md:flex-col flex-1 md:flex-none md:w-40 dark:text-gray-200 text-xs text-left mb-3 md:mb-0"
  540. >
  541. <button
  542. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  543. 'general'
  544. ? 'bg-gray-200 dark:bg-gray-700'
  545. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  546. on:click={() => {
  547. selectedTab = 'general';
  548. }}
  549. >
  550. <div class=" self-center mr-2">
  551. <svg
  552. xmlns="http://www.w3.org/2000/svg"
  553. viewBox="0 0 20 20"
  554. fill="currentColor"
  555. class="w-4 h-4"
  556. >
  557. <path
  558. fill-rule="evenodd"
  559. d="M8.34 1.804A1 1 0 019.32 1h1.36a1 1 0 01.98.804l.295 1.473c.497.144.971.342 1.416.587l1.25-.834a1 1 0 011.262.125l.962.962a1 1 0 01.125 1.262l-.834 1.25c.245.445.443.919.587 1.416l1.473.294a1 1 0 01.804.98v1.361a1 1 0 01-.804.98l-1.473.295a6.95 6.95 0 01-.587 1.416l.834 1.25a1 1 0 01-.125 1.262l-.962.962a1 1 0 01-1.262.125l-1.25-.834a6.953 6.953 0 01-1.416.587l-.294 1.473a1 1 0 01-.98.804H9.32a1 1 0 01-.98-.804l-.295-1.473a6.957 6.957 0 01-1.416-.587l-1.25.834a1 1 0 01-1.262-.125l-.962-.962a1 1 0 01-.125-1.262l.834-1.25a6.957 6.957 0 01-.587-1.416l-1.473-.294A1 1 0 011 10.68V9.32a1 1 0 01.804-.98l1.473-.295c.144-.497.342-.971.587-1.416l-.834-1.25a1 1 0 01.125-1.262l.962-.962A1 1 0 015.38 3.03l1.25.834a6.957 6.957 0 011.416-.587l.294-1.473zM13 10a3 3 0 11-6 0 3 3 0 016 0z"
  560. clip-rule="evenodd"
  561. />
  562. </svg>
  563. </div>
  564. <div class=" self-center">General</div>
  565. </button>
  566. <button
  567. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  568. 'advanced'
  569. ? 'bg-gray-200 dark:bg-gray-700'
  570. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  571. on:click={() => {
  572. selectedTab = 'advanced';
  573. }}
  574. >
  575. <div class=" self-center mr-2">
  576. <svg
  577. xmlns="http://www.w3.org/2000/svg"
  578. viewBox="0 0 20 20"
  579. fill="currentColor"
  580. class="w-4 h-4"
  581. >
  582. <path
  583. d="M17 2.75a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zM17 15.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM3.75 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5a.75.75 0 01.75-.75zM4.5 2.75a.75.75 0 00-1.5 0v5.5a.75.75 0 001.5 0v-5.5zM10 11a.75.75 0 01.75.75v5.5a.75.75 0 01-1.5 0v-5.5A.75.75 0 0110 11zM10.75 2.75a.75.75 0 00-1.5 0v1.5a.75.75 0 001.5 0v-1.5zM10 6a2 2 0 100 4 2 2 0 000-4zM3.75 10a2 2 0 100 4 2 2 0 000-4zM16.25 10a2 2 0 100 4 2 2 0 000-4z"
  584. />
  585. </svg>
  586. </div>
  587. <div class=" self-center">Advanced</div>
  588. </button>
  589. {#if $user?.role === 'admin'}
  590. <button
  591. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  592. 'models'
  593. ? 'bg-gray-200 dark:bg-gray-700'
  594. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  595. on:click={() => {
  596. selectedTab = 'models';
  597. }}
  598. >
  599. <div class=" self-center mr-2">
  600. <svg
  601. xmlns="http://www.w3.org/2000/svg"
  602. viewBox="0 0 20 20"
  603. fill="currentColor"
  604. class="w-4 h-4"
  605. >
  606. <path
  607. fill-rule="evenodd"
  608. d="M10 1c3.866 0 7 1.79 7 4s-3.134 4-7 4-7-1.79-7-4 3.134-4 7-4zm5.694 8.13c.464-.264.91-.583 1.306-.952V10c0 2.21-3.134 4-7 4s-7-1.79-7-4V8.178c.396.37.842.688 1.306.953C5.838 10.006 7.854 10.5 10 10.5s4.162-.494 5.694-1.37zM3 13.179V15c0 2.21 3.134 4 7 4s7-1.79 7-4v-1.822c-.396.37-.842.688-1.306.953-1.532.875-3.548 1.369-5.694 1.369s-4.162-.494-5.694-1.37A7.009 7.009 0 013 13.179z"
  609. clip-rule="evenodd"
  610. />
  611. </svg>
  612. </div>
  613. <div class=" self-center">Models</div>
  614. </button>
  615. <button
  616. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  617. 'external'
  618. ? 'bg-gray-200 dark:bg-gray-700'
  619. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  620. on:click={() => {
  621. selectedTab = 'external';
  622. }}
  623. >
  624. <div class=" self-center mr-2">
  625. <svg
  626. xmlns="http://www.w3.org/2000/svg"
  627. viewBox="0 0 16 16"
  628. fill="currentColor"
  629. class="w-4 h-4"
  630. >
  631. <path
  632. d="M1 9.5A3.5 3.5 0 0 0 4.5 13H12a3 3 0 0 0 .917-5.857 2.503 2.503 0 0 0-3.198-3.019 3.5 3.5 0 0 0-6.628 2.171A3.5 3.5 0 0 0 1 9.5Z"
  633. />
  634. </svg>
  635. </div>
  636. <div class=" self-center">External</div>
  637. </button>
  638. {/if}
  639. <button
  640. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  641. 'addons'
  642. ? 'bg-gray-200 dark:bg-gray-700'
  643. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  644. on:click={() => {
  645. selectedTab = 'addons';
  646. }}
  647. >
  648. <div class=" self-center mr-2">
  649. <svg
  650. xmlns="http://www.w3.org/2000/svg"
  651. viewBox="0 0 20 20"
  652. fill="currentColor"
  653. class="w-4 h-4"
  654. >
  655. <path
  656. d="M12 4.467c0-.405.262-.75.559-1.027.276-.257.441-.584.441-.94 0-.828-.895-1.5-2-1.5s-2 .672-2 1.5c0 .362.171.694.456.953.29.265.544.6.544.994a.968.968 0 01-1.024.974 39.655 39.655 0 01-3.014-.306.75.75 0 00-.847.847c.14.993.242 1.999.306 3.014A.968.968 0 014.447 10c-.393 0-.729-.253-.994-.544C3.194 9.17 2.862 9 2.5 9 1.672 9 1 9.895 1 11s.672 2 1.5 2c.356 0 .683-.165.94-.441.276-.297.622-.559 1.027-.559a.997.997 0 011.004 1.03 39.747 39.747 0 01-.319 3.734.75.75 0 00.64.842c1.05.146 2.111.252 3.184.318A.97.97 0 0010 16.948c0-.394-.254-.73-.545-.995C9.171 15.693 9 15.362 9 15c0-.828.895-1.5 2-1.5s2 .672 2 1.5c0 .356-.165.683-.441.94-.297.276-.559.622-.559 1.027a.998.998 0 001.03 1.005c1.337-.05 2.659-.162 3.961-.337a.75.75 0 00.644-.644c.175-1.302.288-2.624.337-3.961A.998.998 0 0016.967 12c-.405 0-.75.262-1.027.559-.257.276-.584.441-.94.441-.828 0-1.5-.895-1.5-2s.672-2 1.5-2c.362 0 .694.17.953.455.265.291.601.545.995.545a.97.97 0 00.976-1.024 41.159 41.159 0 00-.318-3.184.75.75 0 00-.842-.64c-1.228.164-2.473.271-3.734.319A.997.997 0 0112 4.467z"
  657. />
  658. </svg>
  659. </div>
  660. <div class=" self-center">Add-ons</div>
  661. </button>
  662. <button
  663. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  664. 'chats'
  665. ? 'bg-gray-200 dark:bg-gray-700'
  666. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  667. on:click={() => {
  668. selectedTab = 'chats';
  669. }}
  670. >
  671. <div class=" self-center mr-2">
  672. <svg
  673. xmlns="http://www.w3.org/2000/svg"
  674. viewBox="0 0 16 16"
  675. fill="currentColor"
  676. class="w-4 h-4"
  677. >
  678. <path
  679. fill-rule="evenodd"
  680. d="M8 2C4.262 2 1 4.57 1 8c0 1.86.98 3.486 2.455 4.566a3.472 3.472 0 0 1-.469 1.26.75.75 0 0 0 .713 1.14 6.961 6.961 0 0 0 3.06-1.06c.403.062.818.094 1.241.094 3.738 0 7-2.57 7-6s-3.262-6-7-6ZM5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm7-1a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
  681. clip-rule="evenodd"
  682. />
  683. </svg>
  684. </div>
  685. <div class=" self-center">Chats</div>
  686. </button>
  687. {#if !$config || ($config && !$config.auth)}
  688. <button
  689. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  690. 'auth'
  691. ? 'bg-gray-200 dark:bg-gray-700'
  692. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  693. on:click={() => {
  694. selectedTab = 'auth';
  695. }}
  696. >
  697. <div class=" self-center mr-2">
  698. <svg
  699. xmlns="http://www.w3.org/2000/svg"
  700. viewBox="0 0 24 24"
  701. fill="currentColor"
  702. class="w-4 h-4"
  703. >
  704. <path
  705. fill-rule="evenodd"
  706. d="M12.516 2.17a.75.75 0 00-1.032 0 11.209 11.209 0 01-7.877 3.08.75.75 0 00-.722.515A12.74 12.74 0 002.25 9.75c0 5.942 4.064 10.933 9.563 12.348a.749.749 0 00.374 0c5.499-1.415 9.563-6.406 9.563-12.348 0-1.39-.223-2.73-.635-3.985a.75.75 0 00-.722-.516l-.143.001c-2.996 0-5.717-1.17-7.734-3.08zm3.094 8.016a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z"
  707. clip-rule="evenodd"
  708. />
  709. </svg>
  710. </div>
  711. <div class=" self-center">Authentication</div>
  712. </button>
  713. {/if}
  714. <button
  715. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  716. 'account'
  717. ? 'bg-gray-200 dark:bg-gray-700'
  718. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  719. on:click={() => {
  720. selectedTab = 'account';
  721. }}
  722. >
  723. <div class=" self-center mr-2">
  724. <svg
  725. xmlns="http://www.w3.org/2000/svg"
  726. viewBox="0 0 16 16"
  727. fill="currentColor"
  728. class="w-4 h-4"
  729. >
  730. <path
  731. fill-rule="evenodd"
  732. d="M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-5-2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 9c-1.825 0-3.422.977-4.295 2.437A5.49 5.49 0 0 0 8 13.5a5.49 5.49 0 0 0 4.294-2.063A4.997 4.997 0 0 0 8 9Z"
  733. clip-rule="evenodd"
  734. />
  735. </svg>
  736. </div>
  737. <div class=" self-center">Account</div>
  738. </button>
  739. <button
  740. class="px-2.5 py-2.5 min-w-fit rounded-lg flex-1 md:flex-none flex text-right transition {selectedTab ===
  741. 'about'
  742. ? 'bg-gray-200 dark:bg-gray-700'
  743. : ' hover:bg-gray-300 dark:hover:bg-gray-800'}"
  744. on:click={() => {
  745. selectedTab = 'about';
  746. }}
  747. >
  748. <div class=" self-center mr-2">
  749. <svg
  750. xmlns="http://www.w3.org/2000/svg"
  751. viewBox="0 0 20 20"
  752. fill="currentColor"
  753. class="w-4 h-4"
  754. >
  755. <path
  756. fill-rule="evenodd"
  757. d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z"
  758. clip-rule="evenodd"
  759. />
  760. </svg>
  761. </div>
  762. <div class=" self-center">About</div>
  763. </button>
  764. </div>
  765. <div class="flex-1 md:min-h-[340px]">
  766. {#if selectedTab === 'general'}
  767. <div class="flex flex-col space-y-3">
  768. <div>
  769. <div class=" mb-1 text-sm font-medium">WebUI Settings</div>
  770. <div class=" py-0.5 flex w-full justify-between">
  771. <div class=" self-center text-xs font-medium">Theme</div>
  772. <!-- <button
  773. class="p-1 px-3 text-xs flex rounded transition"
  774. on:click={() => {
  775. toggleTheme();
  776. }}
  777. >
  778. </button> -->
  779. <div class="flex items-center relative">
  780. <div class=" absolute right-16">
  781. {#if theme === 'dark'}
  782. <svg
  783. xmlns="http://www.w3.org/2000/svg"
  784. viewBox="0 0 20 20"
  785. fill="currentColor"
  786. class="w-4 h-4"
  787. >
  788. <path
  789. fill-rule="evenodd"
  790. d="M7.455 2.004a.75.75 0 01.26.77 7 7 0 009.958 7.967.75.75 0 011.067.853A8.5 8.5 0 116.647 1.921a.75.75 0 01.808.083z"
  791. clip-rule="evenodd"
  792. />
  793. </svg>
  794. {:else if theme === 'light'}
  795. <svg
  796. xmlns="http://www.w3.org/2000/svg"
  797. viewBox="0 0 20 20"
  798. fill="currentColor"
  799. class="w-4 h-4 self-center"
  800. >
  801. <path
  802. d="M10 2a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 2zM10 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 15zM10 7a3 3 0 100 6 3 3 0 000-6zM15.657 5.404a.75.75 0 10-1.06-1.06l-1.061 1.06a.75.75 0 001.06 1.06l1.06-1.06zM6.464 14.596a.75.75 0 10-1.06-1.06l-1.06 1.06a.75.75 0 001.06 1.06l1.06-1.06zM18 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0118 10zM5 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 015 10zM14.596 15.657a.75.75 0 001.06-1.06l-1.06-1.061a.75.75 0 10-1.06 1.06l1.06 1.06zM5.404 6.464a.75.75 0 001.06-1.06l-1.06-1.06a.75.75 0 10-1.061 1.06l1.06 1.06z"
  803. />
  804. </svg>
  805. {/if}
  806. </div>
  807. <select
  808. class="w-fit pr-8 rounded py-2 px-2 text-xs bg-transparent outline-none text-right"
  809. bind:value={theme}
  810. placeholder="Select a theme"
  811. on:change={(e) => {
  812. localStorage.theme = theme;
  813. themes
  814. .filter((e) => e !== theme)
  815. .forEach((e) => {
  816. e.split(' ').forEach((e) => {
  817. document.documentElement.classList.remove(e);
  818. });
  819. });
  820. theme.split(' ').forEach((e) => {
  821. document.documentElement.classList.add(e);
  822. });
  823. console.log(theme);
  824. }}
  825. >
  826. <option value="dark">Dark</option>
  827. <option value="light">Light</option>
  828. <option value="rose-pine dark">Rosé Pine</option>
  829. <option value="rose-pine-dawn light">Rosé Pine Dawn</option>
  830. </select>
  831. </div>
  832. </div>
  833. <div>
  834. <div class=" py-0.5 flex w-full justify-between">
  835. <div class=" self-center text-xs font-medium">Notification</div>
  836. <button
  837. class="p-1 px-3 text-xs flex rounded transition"
  838. on:click={() => {
  839. toggleNotification();
  840. }}
  841. type="button"
  842. >
  843. {#if notificationEnabled === true}
  844. <span class="ml-2 self-center">On</span>
  845. {:else}
  846. <span class="ml-2 self-center">Off</span>
  847. {/if}
  848. </button>
  849. </div>
  850. </div>
  851. </div>
  852. {#if $user.role === 'admin'}
  853. <hr class=" dark:border-gray-700" />
  854. <div>
  855. <div class=" mb-2.5 text-sm font-medium">Ollama API URL</div>
  856. <div class="flex w-full">
  857. <div class="flex-1 mr-2">
  858. <input
  859. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  860. placeholder="Enter URL (e.g. http://localhost:11434/api)"
  861. bind:value={API_BASE_URL}
  862. />
  863. </div>
  864. <button
  865. class="px-3 bg-gray-200 hover:bg-gray-300 dark:bg-gray-600 dark:hover:bg-gray-700 rounded transition"
  866. on:click={() => {
  867. updateOllamaAPIUrlHandler();
  868. }}
  869. >
  870. <svg
  871. xmlns="http://www.w3.org/2000/svg"
  872. viewBox="0 0 20 20"
  873. fill="currentColor"
  874. class="w-4 h-4"
  875. >
  876. <path
  877. fill-rule="evenodd"
  878. d="M15.312 11.424a5.5 5.5 0 01-9.201 2.466l-.312-.311h2.433a.75.75 0 000-1.5H3.989a.75.75 0 00-.75.75v4.242a.75.75 0 001.5 0v-2.43l.31.31a7 7 0 0011.712-3.138.75.75 0 00-1.449-.39zm1.23-3.723a.75.75 0 00.219-.53V2.929a.75.75 0 00-1.5 0V5.36l-.31-.31A7 7 0 003.239 8.188a.75.75 0 101.448.389A5.5 5.5 0 0113.89 6.11l.311.31h-2.432a.75.75 0 000 1.5h4.243a.75.75 0 00.53-.219z"
  879. clip-rule="evenodd"
  880. />
  881. </svg>
  882. </button>
  883. </div>
  884. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  885. Trouble accessing Ollama?
  886. <a
  887. class=" text-gray-300 font-medium"
  888. href="https://github.com/ollama-webui/ollama-webui#troubleshooting"
  889. target="_blank"
  890. >
  891. Click here for help.
  892. </a>
  893. </div>
  894. </div>
  895. {/if}
  896. <hr class=" dark:border-gray-700" />
  897. <div>
  898. <div class=" mb-2.5 text-sm font-medium">System Prompt</div>
  899. <textarea
  900. bind:value={system}
  901. class="w-full rounded p-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none resize-none"
  902. rows="4"
  903. />
  904. </div>
  905. <div class="flex justify-end pt-3 text-sm font-medium">
  906. <button
  907. class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
  908. on:click={() => {
  909. saveSettings({
  910. system: system !== '' ? system : undefined
  911. });
  912. show = false;
  913. }}
  914. >
  915. Save
  916. </button>
  917. </div>
  918. </div>
  919. {:else if selectedTab === 'advanced'}
  920. <div class="flex flex-col h-full justify-between text-sm">
  921. <div class=" space-y-3 pr-1.5 overflow-y-scroll max-h-72">
  922. <div class=" text-sm font-medium">Parameters</div>
  923. <Advanced bind:options />
  924. <hr class=" dark:border-gray-700" />
  925. <div>
  926. <div class=" py-1 flex w-full justify-between">
  927. <div class=" self-center text-sm font-medium">Request Mode</div>
  928. <button
  929. class="p-1 px-3 text-xs flex rounded transition"
  930. on:click={() => {
  931. toggleRequestFormat();
  932. }}
  933. >
  934. {#if requestFormat === ''}
  935. <span class="ml-2 self-center"> Default </span>
  936. {:else if requestFormat === 'json'}
  937. <!-- <svg
  938. xmlns="http://www.w3.org/2000/svg"
  939. viewBox="0 0 20 20"
  940. fill="currentColor"
  941. class="w-4 h-4 self-center"
  942. >
  943. <path
  944. d="M10 2a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 2zM10 15a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 0110 15zM10 7a3 3 0 100 6 3 3 0 000-6zM15.657 5.404a.75.75 0 10-1.06-1.06l-1.061 1.06a.75.75 0 001.06 1.06l1.06-1.06zM6.464 14.596a.75.75 0 10-1.06-1.06l-1.06 1.06a.75.75 0 001.06 1.06l1.06-1.06zM18 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0118 10zM5 10a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 015 10zM14.596 15.657a.75.75 0 001.06-1.06l-1.06-1.061a.75.75 0 10-1.06 1.06l1.06 1.06zM5.404 6.464a.75.75 0 001.06-1.06l-1.06-1.06a.75.75 0 10-1.061 1.06l1.06 1.06z"
  945. />
  946. </svg> -->
  947. <span class="ml-2 self-center"> JSON </span>
  948. {/if}
  949. </button>
  950. </div>
  951. </div>
  952. </div>
  953. <div class="flex justify-end pt-3 text-sm font-medium">
  954. <button
  955. class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
  956. on:click={() => {
  957. saveSettings({
  958. options: {
  959. seed: (options.seed !== 0 ? options.seed : undefined) ?? undefined,
  960. stop:
  961. options.stop !== '' ? options.stop.split(',').filter((e) => e) : undefined,
  962. temperature: options.temperature !== '' ? options.temperature : undefined,
  963. repeat_penalty:
  964. options.repeat_penalty !== '' ? options.repeat_penalty : undefined,
  965. repeat_last_n:
  966. options.repeat_last_n !== '' ? options.repeat_last_n : undefined,
  967. mirostat: options.mirostat !== '' ? options.mirostat : undefined,
  968. mirostat_eta: options.mirostat_eta !== '' ? options.mirostat_eta : undefined,
  969. mirostat_tau: options.mirostat_tau !== '' ? options.mirostat_tau : undefined,
  970. top_k: options.top_k !== '' ? options.top_k : undefined,
  971. top_p: options.top_p !== '' ? options.top_p : undefined,
  972. tfs_z: options.tfs_z !== '' ? options.tfs_z : undefined,
  973. num_ctx: options.num_ctx !== '' ? options.num_ctx : undefined,
  974. num_predict: options.num_predict !== '' ? options.num_predict : undefined
  975. }
  976. });
  977. show = false;
  978. }}
  979. >
  980. Save
  981. </button>
  982. </div>
  983. </div>
  984. {:else if selectedTab === 'models'}
  985. <div class="flex flex-col h-full justify-between text-sm">
  986. <div class=" space-y-3 pr-1.5 overflow-y-scroll h-80">
  987. <div>
  988. <div class=" mb-2.5 text-sm font-medium">Pull a model from Ollama.ai</div>
  989. <div class="flex w-full">
  990. <div class="flex-1 mr-2">
  991. <input
  992. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  993. placeholder="Enter model tag (e.g. mistral:7b)"
  994. bind:value={modelTag}
  995. />
  996. </div>
  997. <button
  998. class="px-3 text-gray-100 bg-emerald-600 hover:bg-emerald-700 disabled:bg-gray-700 disabled:cursor-not-allowed rounded transition"
  999. on:click={() => {
  1000. pullModelHandler();
  1001. }}
  1002. disabled={modelTransferring}
  1003. >
  1004. {#if modelTransferring}
  1005. <div class="self-center">
  1006. <svg
  1007. class=" w-4 h-4"
  1008. viewBox="0 0 24 24"
  1009. fill="currentColor"
  1010. xmlns="http://www.w3.org/2000/svg"
  1011. ><style>
  1012. .spinner_ajPY {
  1013. transform-origin: center;
  1014. animation: spinner_AtaB 0.75s infinite linear;
  1015. }
  1016. @keyframes spinner_AtaB {
  1017. 100% {
  1018. transform: rotate(360deg);
  1019. }
  1020. }
  1021. </style><path
  1022. d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"
  1023. opacity=".25"
  1024. /><path
  1025. d="M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z"
  1026. class="spinner_ajPY"
  1027. /></svg
  1028. >
  1029. </div>
  1030. {:else}
  1031. <svg
  1032. xmlns="http://www.w3.org/2000/svg"
  1033. viewBox="0 0 16 16"
  1034. fill="currentColor"
  1035. class="w-4 h-4"
  1036. >
  1037. <path
  1038. d="M8.75 2.75a.75.75 0 0 0-1.5 0v5.69L5.03 6.22a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-1.06-1.06L8.75 8.44V2.75Z"
  1039. />
  1040. <path
  1041. d="M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z"
  1042. />
  1043. </svg>
  1044. {/if}
  1045. </button>
  1046. </div>
  1047. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1048. To access the available model names for downloading, <a
  1049. class=" text-gray-500 dark:text-gray-300 font-medium"
  1050. href="https://ollama.ai/library"
  1051. target="_blank">click here.</a
  1052. >
  1053. </div>
  1054. </div>
  1055. {#if Object.keys(modelDownloadStatus).length > 0}
  1056. <table class="w-full text-sm text-left text-gray-500 dark:text-gray-400">
  1057. <thead
  1058. class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400"
  1059. >
  1060. <tr>
  1061. <th scope="col" class="px-6 py-3"> Model Name </th>
  1062. <th scope="col" class="px-6 py-3"> Download progress </th>
  1063. </tr>
  1064. </thead>
  1065. <tbody>
  1066. {#each Object.entries(modelDownloadStatus) as [modelName, payload]}
  1067. <tr class="bg-white border-b dark:bg-gray-800 dark:border-gray-700">
  1068. <td class="px-6 py-4">{modelName}</td>
  1069. <td class="px-6 py-4">
  1070. <div
  1071. class="dark:bg-gray-600 bg-green-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
  1072. style="width: {Math.max(15, payload.pullProgress ?? 0)}%"
  1073. >
  1074. { payload.pullProgress ?? 0}%
  1075. </div>
  1076. <div class="mt-1 text-xs dark:text-gray-500" style="font-size: 0.5rem;">
  1077. {payload.digest}
  1078. </div>
  1079. </td>
  1080. </tr>
  1081. {/each}
  1082. </tbody>
  1083. </table>
  1084. {/if}
  1085. <hr class=" dark:border-gray-700" />
  1086. <div>
  1087. <div class=" mb-2.5 text-sm font-medium">Delete a model</div>
  1088. <div class="flex w-full">
  1089. <div class="flex-1 mr-2">
  1090. <select
  1091. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1092. bind:value={deleteModelTag}
  1093. placeholder="Select a model"
  1094. >
  1095. {#if !deleteModelTag}
  1096. <option value="" disabled selected>Select a model</option>
  1097. {/if}
  1098. {#each $models.filter((m) => m.size != null) as model}
  1099. <option value={model.name} class="bg-gray-100 dark:bg-gray-700"
  1100. >{model.name +
  1101. ' (' +
  1102. (model.size / 1024 ** 3).toFixed(1) +
  1103. ' GB)'}</option
  1104. >
  1105. {/each}
  1106. </select>
  1107. </div>
  1108. <button
  1109. class="px-3 bg-red-700 hover:bg-red-800 text-gray-100 rounded transition"
  1110. on:click={() => {
  1111. deleteModelHandler();
  1112. }}
  1113. >
  1114. <svg
  1115. xmlns="http://www.w3.org/2000/svg"
  1116. viewBox="0 0 16 16"
  1117. fill="currentColor"
  1118. class="w-4 h-4"
  1119. >
  1120. <path
  1121. fill-rule="evenodd"
  1122. d="M5 3.25V4H2.75a.75.75 0 0 0 0 1.5h.3l.815 8.15A1.5 1.5 0 0 0 5.357 15h5.285a1.5 1.5 0 0 0 1.493-1.35l.815-8.15h.3a.75.75 0 0 0 0-1.5H11v-.75A2.25 2.25 0 0 0 8.75 1h-1.5A2.25 2.25 0 0 0 5 3.25Zm2.25-.75a.75.75 0 0 0-.75.75V4h3v-.75a.75.75 0 0 0-.75-.75h-1.5ZM6.05 6a.75.75 0 0 1 .787.713l.275 5.5a.75.75 0 0 1-1.498.075l-.275-5.5A.75.75 0 0 1 6.05 6Zm3.9 0a.75.75 0 0 1 .712.787l-.275 5.5a.75.75 0 0 1-1.498-.075l.275-5.5a.75.75 0 0 1 .786-.711Z"
  1123. clip-rule="evenodd"
  1124. />
  1125. </svg>
  1126. </button>
  1127. </div>
  1128. </div>
  1129. <hr class=" dark:border-gray-700" />
  1130. <form
  1131. on:submit|preventDefault={() => {
  1132. uploadModelHandler();
  1133. }}
  1134. >
  1135. <div class=" mb-2 flex w-full justify-between">
  1136. <div class=" text-sm font-medium">
  1137. Upload a GGUF model <a
  1138. class=" text-xs font-medium text-gray-500 underline"
  1139. href="https://github.com/jmorganca/ollama/blob/main/README.md#import-from-gguf"
  1140. target="_blank">(Experimental)</a
  1141. >
  1142. </div>
  1143. <button
  1144. class="p-1 px-3 text-xs flex rounded transition"
  1145. on:click={() => {
  1146. if (modelUploadMode === 'file') {
  1147. modelUploadMode = 'url';
  1148. } else {
  1149. modelUploadMode = 'file';
  1150. }
  1151. }}
  1152. type="button"
  1153. >
  1154. {#if modelUploadMode === 'file'}
  1155. <span class="ml-2 self-center">File Mode</span>
  1156. {:else}
  1157. <span class="ml-2 self-center">URL Mode</span>
  1158. {/if}
  1159. </button>
  1160. </div>
  1161. <div class="flex w-full mb-1.5">
  1162. <div class="flex flex-col w-full">
  1163. {#if modelUploadMode === 'file'}
  1164. <div
  1165. class="flex-1 {modelInputFile && modelInputFile.length > 0 ? 'mr-2' : ''}"
  1166. >
  1167. <input
  1168. id="model-upload-input"
  1169. type="file"
  1170. bind:files={modelInputFile}
  1171. on:change={() => {
  1172. console.log(modelInputFile);
  1173. }}
  1174. accept=".gguf"
  1175. required
  1176. hidden
  1177. />
  1178. <button
  1179. type="button"
  1180. class="w-full rounded text-left py-2 px-4 dark:text-gray-300 dark:bg-gray-800"
  1181. on:click={() => {
  1182. document.getElementById('model-upload-input').click();
  1183. }}
  1184. >
  1185. {#if modelInputFile && modelInputFile.length > 0}
  1186. {modelInputFile[0].name}
  1187. {:else}
  1188. Click here to select
  1189. {/if}
  1190. </button>
  1191. </div>
  1192. {:else}
  1193. <div class="flex-1 {modelFileUrl !== '' ? 'mr-2' : ''}">
  1194. <input
  1195. class="w-full rounded text-left py-2 px-4 dark:text-gray-300 dark:bg-gray-800 outline-none {modelFileUrl !==
  1196. ''
  1197. ? 'mr-2'
  1198. : ''}"
  1199. type="url"
  1200. required
  1201. bind:value={modelFileUrl}
  1202. placeholder="Type HuggingFace Resolve (Download) URL"
  1203. />
  1204. </div>
  1205. {/if}
  1206. </div>
  1207. {#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')}
  1208. <button
  1209. class="px-3 text-gray-100 bg-emerald-600 hover:bg-emerald-700 disabled:bg-gray-700 disabled:cursor-not-allowed rounded transition"
  1210. type="submit"
  1211. disabled={modelTransferring}
  1212. >
  1213. {#if modelTransferring}
  1214. <div class="self-center">
  1215. <svg
  1216. class=" w-4 h-4"
  1217. viewBox="0 0 24 24"
  1218. fill="currentColor"
  1219. xmlns="http://www.w3.org/2000/svg"
  1220. ><style>
  1221. .spinner_ajPY {
  1222. transform-origin: center;
  1223. animation: spinner_AtaB 0.75s infinite linear;
  1224. }
  1225. @keyframes spinner_AtaB {
  1226. 100% {
  1227. transform: rotate(360deg);
  1228. }
  1229. }
  1230. </style><path
  1231. d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"
  1232. opacity=".25"
  1233. /><path
  1234. d="M10.14,1.16a11,11,0,0,0-9,8.92A1.59,1.59,0,0,0,2.46,12,1.52,1.52,0,0,0,4.11,10.7a8,8,0,0,1,6.66-6.61A1.42,1.42,0,0,0,12,2.69h0A1.57,1.57,0,0,0,10.14,1.16Z"
  1235. class="spinner_ajPY"
  1236. /></svg
  1237. >
  1238. </div>
  1239. {:else}
  1240. <svg
  1241. xmlns="http://www.w3.org/2000/svg"
  1242. viewBox="0 0 16 16"
  1243. fill="currentColor"
  1244. class="w-4 h-4"
  1245. >
  1246. <path
  1247. d="M7.25 10.25a.75.75 0 0 0 1.5 0V4.56l2.22 2.22a.75.75 0 1 0 1.06-1.06l-3.5-3.5a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 1.06 1.06l2.22-2.22v5.69Z"
  1248. />
  1249. <path
  1250. d="M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z"
  1251. />
  1252. </svg>
  1253. {/if}
  1254. </button>
  1255. {/if}
  1256. </div>
  1257. {#if (modelUploadMode === 'file' && modelInputFile && modelInputFile.length > 0) || (modelUploadMode === 'url' && modelFileUrl !== '')}
  1258. <div>
  1259. <div>
  1260. <div class=" my-2.5 text-sm font-medium">Modelfile Content</div>
  1261. <textarea
  1262. bind:value={modelFileContent}
  1263. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none resize-none"
  1264. rows="6"
  1265. />
  1266. </div>
  1267. </div>
  1268. {/if}
  1269. <div class=" mt-1 text-xs text-gray-400 dark:text-gray-500">
  1270. To access the GGUF models available for downloading, <a
  1271. class=" text-gray-500 dark:text-gray-300 font-medium"
  1272. href="https://huggingface.co/models?search=gguf"
  1273. target="_blank">click here.</a
  1274. >
  1275. </div>
  1276. {#if uploadProgress !== null}
  1277. <div class="mt-2">
  1278. <div class=" mb-2 text-xs">Upload Progress</div>
  1279. <div class="w-full rounded-full dark:bg-gray-800">
  1280. <div
  1281. class="dark:bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
  1282. style="width: {Math.max(15, uploadProgress ?? 0)}%"
  1283. >
  1284. {uploadProgress ?? 0}%
  1285. </div>
  1286. </div>
  1287. <div class="mt-1 text-xs dark:text-gray-500" style="font-size: 0.5rem;">
  1288. {modelFileDigest}
  1289. </div>
  1290. </div>
  1291. {/if}
  1292. </form>
  1293. </div>
  1294. </div>
  1295. {:else if selectedTab === 'external'}
  1296. <form
  1297. class="flex flex-col h-full justify-between space-y-3 text-sm"
  1298. on:submit|preventDefault={() => {
  1299. updateOpenAIHandler();
  1300. // saveSettings({
  1301. // OPENAI_API_KEY: OPENAI_API_KEY !== '' ? OPENAI_API_KEY : undefined,
  1302. // OPENAI_API_BASE_URL: OPENAI_API_BASE_URL !== '' ? OPENAI_API_BASE_URL : undefined
  1303. // });
  1304. show = false;
  1305. }}
  1306. >
  1307. <div class=" space-y-3">
  1308. <div>
  1309. <div class=" mb-2.5 text-sm font-medium">OpenAI API Key</div>
  1310. <div class="flex w-full">
  1311. <div class="flex-1">
  1312. <input
  1313. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1314. placeholder="Enter OpenAI API Key"
  1315. bind:value={OPENAI_API_KEY}
  1316. autocomplete="off"
  1317. />
  1318. </div>
  1319. </div>
  1320. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1321. Adds optional support for online models.
  1322. </div>
  1323. </div>
  1324. <hr class=" dark:border-gray-700" />
  1325. <div>
  1326. <div class=" mb-2.5 text-sm font-medium">OpenAI API Base URL</div>
  1327. <div class="flex w-full">
  1328. <div class="flex-1">
  1329. <input
  1330. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1331. placeholder="Enter OpenAI API Key"
  1332. bind:value={OPENAI_API_BASE_URL}
  1333. autocomplete="off"
  1334. />
  1335. </div>
  1336. </div>
  1337. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1338. WebUI will make requests to <span class=" text-gray-200"
  1339. >'{OPENAI_API_BASE_URL}/chat'</span
  1340. >
  1341. </div>
  1342. </div>
  1343. </div>
  1344. <div class="flex justify-end pt-3 text-sm font-medium">
  1345. <button
  1346. class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
  1347. type="submit"
  1348. >
  1349. Save
  1350. </button>
  1351. </div>
  1352. </form>
  1353. {:else if selectedTab === 'addons'}
  1354. <form
  1355. class="flex flex-col h-full justify-between space-y-3 text-sm"
  1356. on:submit|preventDefault={() => {
  1357. show = false;
  1358. }}
  1359. >
  1360. <div class=" space-y-3">
  1361. <div>
  1362. <div class=" mb-1 text-sm font-medium">WebUI Add-ons</div>
  1363. <div>
  1364. <div class=" py-0.5 flex w-full justify-between">
  1365. <div class=" self-center text-xs font-medium">Title Auto-Generation</div>
  1366. <button
  1367. class="p-1 px-3 text-xs flex rounded transition"
  1368. on:click={() => {
  1369. toggleTitleAutoGenerate();
  1370. }}
  1371. type="button"
  1372. >
  1373. {#if titleAutoGenerate === true}
  1374. <span class="ml-2 self-center">On</span>
  1375. {:else}
  1376. <span class="ml-2 self-center">Off</span>
  1377. {/if}
  1378. </button>
  1379. </div>
  1380. </div>
  1381. <div>
  1382. <div class=" py-0.5 flex w-full justify-between">
  1383. <div class=" self-center text-xs font-medium">Voice Input Auto-Send</div>
  1384. <button
  1385. class="p-1 px-3 text-xs flex rounded transition"
  1386. on:click={() => {
  1387. toggleSpeechAutoSend();
  1388. }}
  1389. type="button"
  1390. >
  1391. {#if speechAutoSend === true}
  1392. <span class="ml-2 self-center">On</span>
  1393. {:else}
  1394. <span class="ml-2 self-center">Off</span>
  1395. {/if}
  1396. </button>
  1397. </div>
  1398. </div>
  1399. <div>
  1400. <div class=" py-0.5 flex w-full justify-between">
  1401. <div class=" self-center text-xs font-medium">
  1402. Response AutoCopy to Clipboard
  1403. </div>
  1404. <button
  1405. class="p-1 px-3 text-xs flex rounded transition"
  1406. on:click={() => {
  1407. toggleResponseAutoCopy();
  1408. }}
  1409. type="button"
  1410. >
  1411. {#if responseAutoCopy === true}
  1412. <span class="ml-2 self-center">On</span>
  1413. {:else}
  1414. <span class="ml-2 self-center">Off</span>
  1415. {/if}
  1416. </button>
  1417. </div>
  1418. </div>
  1419. </div>
  1420. <hr class=" dark:border-gray-700" />
  1421. <div>
  1422. <div class=" mb-2.5 text-sm font-medium">Set Title Auto-Generation Model</div>
  1423. <div class="flex w-full">
  1424. <div class="flex-1 mr-2">
  1425. <select
  1426. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1427. bind:value={titleAutoGenerateModel}
  1428. placeholder="Select a model"
  1429. >
  1430. <option value="" selected>Default</option>
  1431. {#each $models.filter((m) => m.size != null) as model}
  1432. <option value={model.name} class="bg-gray-100 dark:bg-gray-700"
  1433. >{model.name +
  1434. ' (' +
  1435. (model.size / 1024 ** 3).toFixed(1) +
  1436. ' GB)'}</option
  1437. >
  1438. {/each}
  1439. </select>
  1440. </div>
  1441. <button
  1442. class="px-3 bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-800 dark:text-gray-100 rounded transition"
  1443. on:click={() => {
  1444. saveSettings({
  1445. titleAutoGenerateModel:
  1446. titleAutoGenerateModel !== '' ? titleAutoGenerateModel : undefined
  1447. });
  1448. }}
  1449. type="button"
  1450. >
  1451. <svg
  1452. xmlns="http://www.w3.org/2000/svg"
  1453. viewBox="0 0 16 16"
  1454. fill="currentColor"
  1455. class="w-3.5 h-3.5"
  1456. >
  1457. <path
  1458. fill-rule="evenodd"
  1459. d="M13.836 2.477a.75.75 0 0 1 .75.75v3.182a.75.75 0 0 1-.75.75h-3.182a.75.75 0 0 1 0-1.5h1.37l-.84-.841a4.5 4.5 0 0 0-7.08.932.75.75 0 0 1-1.3-.75 6 6 0 0 1 9.44-1.242l.842.84V3.227a.75.75 0 0 1 .75-.75Zm-.911 7.5A.75.75 0 0 1 13.199 11a6 6 0 0 1-9.44 1.241l-.84-.84v1.371a.75.75 0 0 1-1.5 0V9.591a.75.75 0 0 1 .75-.75H5.35a.75.75 0 0 1 0 1.5H3.98l.841.841a4.5 4.5 0 0 0 7.08-.932.75.75 0 0 1 1.025-.273Z"
  1460. clip-rule="evenodd"
  1461. />
  1462. </svg>
  1463. </button>
  1464. </div>
  1465. </div>
  1466. <!-- <hr class=" dark:border-gray-700" />
  1467. <div>
  1468. <div class=" mb-2.5 text-sm font-medium">
  1469. Gravatar Email <span class=" text-gray-400 text-sm">(optional)</span>
  1470. </div>
  1471. <div class="flex w-full">
  1472. <div class="flex-1">
  1473. <input
  1474. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1475. placeholder="Enter Your Email"
  1476. bind:value={gravatarEmail}
  1477. autocomplete="off"
  1478. type="email"
  1479. />
  1480. </div>
  1481. </div>
  1482. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1483. Changes user profile image to match your <a
  1484. class=" text-gray-500 dark:text-gray-300 font-medium"
  1485. href="https://gravatar.com/"
  1486. target="_blank">Gravatar.</a
  1487. >
  1488. </div>
  1489. </div> -->
  1490. </div>
  1491. <div class="flex justify-end pt-3 text-sm font-medium">
  1492. <button
  1493. class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
  1494. type="submit"
  1495. >
  1496. Save
  1497. </button>
  1498. </div>
  1499. </form>
  1500. {:else if selectedTab === 'chats'}
  1501. <div class="flex flex-col h-full justify-between space-y-3 text-sm">
  1502. <div class=" space-y-2">
  1503. <div
  1504. class="flex flex-col justify-between rounded-md items-center py-2 px-3.5 w-full transition"
  1505. >
  1506. <div class="flex w-full justify-between">
  1507. <div class=" self-center text-sm font-medium">Chat History</div>
  1508. <button
  1509. class="p-1 px-3 text-xs flex rounded transition"
  1510. type="button"
  1511. on:click={() => {
  1512. toggleSaveChatHistory();
  1513. }}
  1514. >
  1515. {#if saveChatHistory === true}
  1516. <svg
  1517. xmlns="http://www.w3.org/2000/svg"
  1518. viewBox="0 0 16 16"
  1519. fill="currentColor"
  1520. class="w-4 h-4"
  1521. >
  1522. <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z" />
  1523. <path
  1524. fill-rule="evenodd"
  1525. d="M1.38 8.28a.87.87 0 0 1 0-.566 7.003 7.003 0 0 1 13.238.006.87.87 0 0 1 0 .566A7.003 7.003 0 0 1 1.379 8.28ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
  1526. clip-rule="evenodd"
  1527. />
  1528. </svg>
  1529. <span class="ml-2 self-center"> On </span>
  1530. {:else}
  1531. <svg
  1532. xmlns="http://www.w3.org/2000/svg"
  1533. viewBox="0 0 16 16"
  1534. fill="currentColor"
  1535. class="w-4 h-4"
  1536. >
  1537. <path
  1538. fill-rule="evenodd"
  1539. d="M3.28 2.22a.75.75 0 0 0-1.06 1.06l10.5 10.5a.75.75 0 1 0 1.06-1.06l-1.322-1.323a7.012 7.012 0 0 0 2.16-3.11.87.87 0 0 0 0-.567A7.003 7.003 0 0 0 4.82 3.76l-1.54-1.54Zm3.196 3.195 1.135 1.136A1.502 1.502 0 0 1 9.45 8.389l1.136 1.135a3 3 0 0 0-4.109-4.109Z"
  1540. clip-rule="evenodd"
  1541. />
  1542. <path
  1543. d="m7.812 10.994 1.816 1.816A7.003 7.003 0 0 1 1.38 8.28a.87.87 0 0 1 0-.566 6.985 6.985 0 0 1 1.113-2.039l2.513 2.513a3 3 0 0 0 2.806 2.806Z"
  1544. />
  1545. </svg>
  1546. <span class="ml-2 self-center">Off</span>
  1547. {/if}
  1548. </button>
  1549. </div>
  1550. <div class="text-xs text-left w-full font-medium mt-0.5">
  1551. This setting does not sync across browsers or devices.
  1552. </div>
  1553. </div>
  1554. <hr class=" dark:border-gray-700" />
  1555. <div class="flex flex-col">
  1556. <input
  1557. id="chat-import-input"
  1558. bind:files={importFiles}
  1559. type="file"
  1560. accept=".json"
  1561. hidden
  1562. />
  1563. <button
  1564. class=" flex rounded-md py-2 px-3.5 w-full hover:bg-gray-200 dark:hover:bg-gray-800 transition"
  1565. on:click={() => {
  1566. document.getElementById('chat-import-input').click();
  1567. }}
  1568. >
  1569. <div class=" self-center mr-3">
  1570. <svg
  1571. xmlns="http://www.w3.org/2000/svg"
  1572. viewBox="0 0 16 16"
  1573. fill="currentColor"
  1574. class="w-4 h-4"
  1575. >
  1576. <path
  1577. fill-rule="evenodd"
  1578. d="M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 9.5a.75.75 0 0 1-.75-.75V8.06l-.72.72a.75.75 0 0 1-1.06-1.06l2-2a.75.75 0 0 1 1.06 0l2 2a.75.75 0 1 1-1.06 1.06l-.72-.72v2.69a.75.75 0 0 1-.75.75Z"
  1579. clip-rule="evenodd"
  1580. />
  1581. </svg>
  1582. </div>
  1583. <div class=" self-center text-sm font-medium">Import Chats</div>
  1584. </button>
  1585. <button
  1586. class=" flex rounded-md py-2 px-3.5 w-full hover:bg-gray-200 dark:hover:bg-gray-800 transition"
  1587. on:click={() => {
  1588. exportChats();
  1589. }}
  1590. >
  1591. <div class=" self-center mr-3">
  1592. <svg
  1593. xmlns="http://www.w3.org/2000/svg"
  1594. viewBox="0 0 16 16"
  1595. fill="currentColor"
  1596. class="w-4 h-4"
  1597. >
  1598. <path
  1599. fill-rule="evenodd"
  1600. d="M4 2a1.5 1.5 0 0 0-1.5 1.5v9A1.5 1.5 0 0 0 4 14h8a1.5 1.5 0 0 0 1.5-1.5V6.621a1.5 1.5 0 0 0-.44-1.06L9.94 2.439A1.5 1.5 0 0 0 8.878 2H4Zm4 3.5a.75.75 0 0 1 .75.75v2.69l.72-.72a.75.75 0 1 1 1.06 1.06l-2 2a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06l.72.72V6.25A.75.75 0 0 1 8 5.5Z"
  1601. clip-rule="evenodd"
  1602. />
  1603. </svg>
  1604. </div>
  1605. <div class=" self-center text-sm font-medium">Export Chats</div>
  1606. </button>
  1607. </div>
  1608. <hr class=" dark:border-gray-700" />
  1609. {#if showDeleteConfirm}
  1610. <div
  1611. class="flex justify-between rounded-md items-center py-2 px-3.5 w-full transition"
  1612. >
  1613. <div class="flex items-center space-x-3">
  1614. <svg
  1615. xmlns="http://www.w3.org/2000/svg"
  1616. viewBox="0 0 16 16"
  1617. fill="currentColor"
  1618. class="w-4 h-4"
  1619. >
  1620. <path
  1621. d="M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"
  1622. />
  1623. <path
  1624. fill-rule="evenodd"
  1625. d="M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z"
  1626. clip-rule="evenodd"
  1627. />
  1628. </svg>
  1629. <span>Are you sure?</span>
  1630. </div>
  1631. <div class="flex space-x-1.5 items-center">
  1632. <button
  1633. class="hover:text-white transition"
  1634. on:click={() => {
  1635. deleteChats();
  1636. showDeleteConfirm = false;
  1637. }}
  1638. >
  1639. <svg
  1640. xmlns="http://www.w3.org/2000/svg"
  1641. viewBox="0 0 20 20"
  1642. fill="currentColor"
  1643. class="w-4 h-4"
  1644. >
  1645. <path
  1646. fill-rule="evenodd"
  1647. d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z"
  1648. clip-rule="evenodd"
  1649. />
  1650. </svg>
  1651. </button>
  1652. <button
  1653. class="hover:text-white transition"
  1654. on:click={() => {
  1655. showDeleteConfirm = false;
  1656. }}
  1657. >
  1658. <svg
  1659. xmlns="http://www.w3.org/2000/svg"
  1660. viewBox="0 0 20 20"
  1661. fill="currentColor"
  1662. class="w-4 h-4"
  1663. >
  1664. <path
  1665. d="M6.28 5.22a.75.75 0 00-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 101.06 1.06L10 11.06l3.72 3.72a.75.75 0 101.06-1.06L11.06 10l3.72-3.72a.75.75 0 00-1.06-1.06L10 8.94 6.28 5.22z"
  1666. />
  1667. </svg>
  1668. </button>
  1669. </div>
  1670. </div>
  1671. {:else}
  1672. <button
  1673. class=" flex rounded-md py-2 px-3.5 w-full hover:bg-gray-200 dark:hover:bg-gray-800 transition"
  1674. on:click={() => {
  1675. showDeleteConfirm = true;
  1676. }}
  1677. >
  1678. <div class=" self-center mr-3">
  1679. <svg
  1680. xmlns="http://www.w3.org/2000/svg"
  1681. viewBox="0 0 16 16"
  1682. fill="currentColor"
  1683. class="w-4 h-4"
  1684. >
  1685. <path
  1686. d="M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"
  1687. />
  1688. <path
  1689. fill-rule="evenodd"
  1690. d="M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z"
  1691. clip-rule="evenodd"
  1692. />
  1693. </svg>
  1694. </div>
  1695. <div class=" self-center text-sm font-medium">Delete All Chats</div>
  1696. </button>
  1697. {/if}
  1698. </div>
  1699. </div>
  1700. {:else if selectedTab === 'auth'}
  1701. <form
  1702. class="flex flex-col h-full justify-between space-y-3 text-sm"
  1703. on:submit|preventDefault={() => {
  1704. console.log('auth save');
  1705. saveSettings({
  1706. authHeader: authEnabled ? `${authType} ${authContent}` : undefined
  1707. });
  1708. show = false;
  1709. }}
  1710. >
  1711. <div class=" space-y-3">
  1712. <div>
  1713. <div class=" py-1 flex w-full justify-between">
  1714. <div class=" self-center text-sm font-medium">Authorization Header</div>
  1715. <button
  1716. class="p-1 px-3 text-xs flex rounded transition"
  1717. type="button"
  1718. on:click={() => {
  1719. toggleAuthHeader();
  1720. }}
  1721. >
  1722. {#if authEnabled === true}
  1723. <svg
  1724. xmlns="http://www.w3.org/2000/svg"
  1725. viewBox="0 0 24 24"
  1726. fill="currentColor"
  1727. class="w-4 h-4"
  1728. >
  1729. <path
  1730. fill-rule="evenodd"
  1731. d="M12 1.5a5.25 5.25 0 00-5.25 5.25v3a3 3 0 00-3 3v6.75a3 3 0 003 3h10.5a3 3 0 003-3v-6.75a3 3 0 00-3-3v-3c0-2.9-2.35-5.25-5.25-5.25zm3.75 8.25v-3a3.75 3.75 0 10-7.5 0v3h7.5z"
  1732. clip-rule="evenodd"
  1733. />
  1734. </svg>
  1735. <span class="ml-2 self-center"> On </span>
  1736. {:else}
  1737. <svg
  1738. xmlns="http://www.w3.org/2000/svg"
  1739. viewBox="0 0 24 24"
  1740. fill="currentColor"
  1741. class="w-4 h-4"
  1742. >
  1743. <path
  1744. d="M18 1.5c2.9 0 5.25 2.35 5.25 5.25v3.75a.75.75 0 01-1.5 0V6.75a3.75 3.75 0 10-7.5 0v3a3 3 0 013 3v6.75a3 3 0 01-3 3H3.75a3 3 0 01-3-3v-6.75a3 3 0 013-3h9v-3c0-2.9 2.35-5.25 5.25-5.25z"
  1745. />
  1746. </svg>
  1747. <span class="ml-2 self-center">Off</span>
  1748. {/if}
  1749. </button>
  1750. </div>
  1751. </div>
  1752. {#if authEnabled}
  1753. <hr class=" dark:border-gray-700" />
  1754. <div class="mt-2">
  1755. <div class=" py-1 flex w-full space-x-2">
  1756. <button
  1757. class=" py-1 font-semibold flex rounded transition"
  1758. on:click={() => {
  1759. authType = authType === 'Basic' ? 'Bearer' : 'Basic';
  1760. }}
  1761. type="button"
  1762. >
  1763. {#if authType === 'Basic'}
  1764. <span class="self-center mr-2">Basic</span>
  1765. {:else if authType === 'Bearer'}
  1766. <span class="self-center mr-2">Bearer</span>
  1767. {/if}
  1768. </button>
  1769. <div class="flex-1">
  1770. <input
  1771. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1772. placeholder="Enter Authorization Header Content"
  1773. bind:value={authContent}
  1774. />
  1775. </div>
  1776. </div>
  1777. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1778. Toggle between <span class=" text-gray-500 dark:text-gray-300 font-medium"
  1779. >'Basic'</span
  1780. >
  1781. and <span class=" text-gray-500 dark:text-gray-300 font-medium">'Bearer'</span> by
  1782. clicking on the label next to the input.
  1783. </div>
  1784. </div>
  1785. <hr class=" dark:border-gray-700" />
  1786. <div>
  1787. <div class=" mb-2.5 text-sm font-medium">Preview Authorization Header</div>
  1788. <textarea
  1789. value={JSON.stringify({
  1790. Authorization: `${authType} ${authContent}`
  1791. })}
  1792. class="w-full rounded p-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none resize-none"
  1793. rows="2"
  1794. disabled
  1795. />
  1796. </div>
  1797. {/if}
  1798. </div>
  1799. <div class="flex justify-end pt-3 text-sm font-medium">
  1800. <button
  1801. class=" px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-gray-100 transition rounded"
  1802. type="submit"
  1803. >
  1804. Save
  1805. </button>
  1806. </div>
  1807. </form>
  1808. {:else if selectedTab === 'account'}
  1809. <form
  1810. class="flex flex-col h-full text-sm"
  1811. on:submit|preventDefault={() => {
  1812. updatePasswordHandler();
  1813. }}
  1814. >
  1815. <div class=" mb-2.5 font-medium">Change Password</div>
  1816. <div class=" space-y-1.5">
  1817. <div class="flex flex-col w-full">
  1818. <div class=" mb-1 text-xs text-gray-500">Current Password</div>
  1819. <div class="flex-1">
  1820. <input
  1821. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1822. type="password"
  1823. bind:value={currentPassword}
  1824. autocomplete="current-password"
  1825. required
  1826. />
  1827. </div>
  1828. </div>
  1829. <div class="flex flex-col w-full">
  1830. <div class=" mb-1 text-xs text-gray-500">New Password</div>
  1831. <div class="flex-1">
  1832. <input
  1833. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1834. type="password"
  1835. bind:value={newPassword}
  1836. autocomplete="new-password"
  1837. required
  1838. />
  1839. </div>
  1840. </div>
  1841. <div class="flex flex-col w-full">
  1842. <div class=" mb-1 text-xs text-gray-500">Confirm Password</div>
  1843. <div class="flex-1">
  1844. <input
  1845. class="w-full rounded py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-800 outline-none"
  1846. type="password"
  1847. bind:value={newPasswordConfirm}
  1848. autocomplete="off"
  1849. required
  1850. />
  1851. </div>
  1852. </div>
  1853. </div>
  1854. <div class="mt-3 flex justify-end">
  1855. <button
  1856. class=" px-4 py-2 text-xs bg-gray-800 hover:bg-gray-900 dark:bg-gray-700 dark:hover:bg-gray-800 text-gray-100 transition rounded-md font-medium"
  1857. >
  1858. Update password
  1859. </button>
  1860. </div>
  1861. </form>
  1862. {:else if selectedTab === 'about'}
  1863. <div class="flex flex-col h-full justify-between space-y-3 text-sm mb-6">
  1864. <div class=" space-y-3">
  1865. <div>
  1866. <div class=" mb-2.5 text-sm font-medium">Ollama Web UI Version</div>
  1867. <div class="flex w-full">
  1868. <div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
  1869. {$config && $config.version ? $config.version : WEB_UI_VERSION}
  1870. </div>
  1871. </div>
  1872. </div>
  1873. <hr class=" dark:border-gray-700" />
  1874. <div>
  1875. <div class=" mb-2.5 text-sm font-medium">Ollama Version</div>
  1876. <div class="flex w-full">
  1877. <div class="flex-1 text-xs text-gray-700 dark:text-gray-200">
  1878. {ollamaVersion ?? 'N/A'}
  1879. </div>
  1880. </div>
  1881. </div>
  1882. <hr class=" dark:border-gray-700" />
  1883. <div class="flex space-x-1">
  1884. <a href="https://discord.gg/5rJgQTnV4s" target="_blank">
  1885. <img
  1886. alt="Discord"
  1887. src="https://img.shields.io/badge/Discord-Ollama_Web_UI-blue?logo=discord&logoColor=white"
  1888. />
  1889. </a>
  1890. <a href="https://github.com/ollama-webui/ollama-webui" target="_blank">
  1891. <img
  1892. alt="Github Repo"
  1893. src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github"
  1894. />
  1895. </a>
  1896. </div>
  1897. <div class="mt-2 text-xs text-gray-400 dark:text-gray-500">
  1898. Created by <a
  1899. class=" text-gray-500 dark:text-gray-300 font-medium"
  1900. href="https://github.com/tjbck"
  1901. target="_blank">Timothy J. Baek</a
  1902. >
  1903. </div>
  1904. </div>
  1905. </div>
  1906. {/if}
  1907. </div>
  1908. </div>
  1909. </div>
  1910. </Modal>
  1911. <style>
  1912. input::-webkit-outer-spin-button,
  1913. input::-webkit-inner-spin-button {
  1914. /* display: none; <- Crashes Chrome on hover */
  1915. -webkit-appearance: none;
  1916. margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  1917. }
  1918. .tabs::-webkit-scrollbar {
  1919. display: none; /* for Chrome, Safari and Opera */
  1920. }
  1921. .tabs {
  1922. -ms-overflow-style: none; /* IE and Edge */
  1923. scrollbar-width: none; /* Firefox */
  1924. }
  1925. input[type='number'] {
  1926. -moz-appearance: textfield; /* Firefox */
  1927. }
  1928. </style>