Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								ef68719b7d
								
							
						 | 
						
							
							
								
								Update +page.svelte
							
							
							
							
							
						 | 
						
							2024-01-22 21:53:48 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								c4a039326f
								
							
						 | 
						
							
							
								
								feat: editable prompt suggestions integration
							
							
							
							
							
						 | 
						
							2024-01-22 21:53:13 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy Jaeryang Baek
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								f079cb6b56
								
							
						 | 
						
							
							
								
								Merge pull request #524 from Marclass/rag-arbitrary-files
							
							
							
							
							
							
							
							feat: Allow RAG on XML and arbitrary text files including source code 
							
						 | 
						
							2024-01-19 00:09:04 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Marclass
								
							 
						 | 
						
							
							
							
							
								
							
							
								aa1d386042
								
							
						 | 
						
							
							
								
								Allow any file to be used for RAG.
							
							
							
							
							
							
							
							Changed RAG parser to prefer file extensions over MIME content types. If the type of file is not recognized assume it's a text file. 
							
						 | 
						
							2024-01-18 20:41:14 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								220530c450
								
							
						 | 
						
							
							
								
								feat: convo tag filtering
							
							
							
							
							
						 | 
						
							2024-01-18 02:55:25 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								1eec176313
								
							
						 | 
						
							
							
								
								feat: save tags to chat data
							
							
							
							
							
						 | 
						
							2024-01-18 02:17:31 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								987685dbf9
								
							
						 | 
						
							
							
								
								feat: convo tagging full integration
							
							
							
							
							
						 | 
						
							2024-01-18 02:10:07 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								981ec89e15
								
							
						 | 
						
							
							
								
								fix: cancel chat generation on route change
							
							
							
							
							
						 | 
						
							2024-01-17 19:42:40 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								b8337db9d5
								
							
						 | 
						
							
							
								
								Update +page.svelte
							
							
							
							
							
						 | 
						
							2024-01-17 19:31:55 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								442e3d978a
								
							
						 | 
						
							
							
								
								feat: terminate request on user stop
							
							
							
							
							
						 | 
						
							2024-01-17 19:19:44 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								4ec81a897e
								
							
						 | 
						
							
							
								
								feat: message ts display
							
							
							
							
							
						 | 
						
							2024-01-17 17:43:45 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								59724ea9d8
								
							
						 | 
						
							
							
								
								feat: message ts
							
							
							
							
							
						 | 
						
							2024-01-17 15:09:38 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy Jaeryang Baek
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								578e78cb39
								
							
						 | 
						
							
							
								
								Merge pull request #498 from bhulston/fix/chat-imports
							
							
							
							
							
							
							
							Feat: Add ChatGPT import functionality 
							
						 | 
						
							2024-01-17 14:50:28 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									i810697
								
							 
						 | 
						
							
							
								
								
							
							
							
								
							
							
								7f14479567
								
							
						 | 
						
							
							
								
								fixing md document upload bug
							
							
							
							
							
						 | 
						
							2024-01-17 11:47:49 -05:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brandon Hulston
								
							 
						 | 
						
							
							
							
							
								
							
							
								1f66bbba98
								
							
						 | 
						
							
							
								
								Better solution to handle edge cases
							
							
							
							
							
						 | 
						
							2024-01-17 02:24:17 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brandon Hulston
								
							 
						 | 
						
							
							
							
							
								
							
							
								81bfb97c91
								
							
						 | 
						
							
							
								
								Make sure model is saved in DB for imported chats (or chats with no model saved already)
							
							
							
							
							
						 | 
						
							2024-01-17 02:07:29 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brandon Hulston
								
							 
						 | 
						
							
							
							
							
								
							
							
								27d5eb4684
								
							
						 | 
						
							
							
								
								Add chatGPT chat history Import functionality
							
							
							
							
							
						 | 
						
							2024-01-17 01:01:11 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brandon Hulston
								
							 
						 | 
						
							
							
							
							
								
							
							
								4b3acfa491
								
							
						 | 
						
							
							
								
								Remove console logs
							
							
							
							
							
						 | 
						
							2024-01-15 18:07:31 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Brandon Hulston
								
							 
						 | 
						
							
							
							
							
								
							
							
								3b7775a535
								
							
						 | 
						
							
							
								
								Fix chat import bug
							
							
							
							
							
						 | 
						
							2024-01-15 17:58:51 -07:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								70029d9bed
								
							
						 | 
						
							
							
								
								feat: @model group convo
							
							
							
							
							
						 | 
						
							2024-01-09 22:47:31 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								bf1c026666
								
							
						 | 
						
							
							
								
								feat: better rag context management
							
							
							
							
							
						 | 
						
							2024-01-09 14:33:04 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								edceeba1b0
								
							
						 | 
						
							
							
								
								feat: help message added
							
							
							
							
							
						 | 
						
							2024-01-08 02:04:20 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								1ff3eb8038
								
							
						 | 
						
							
							
								
								feat: doc upload error handling
							
							
							
							
							
						 | 
						
							2024-01-08 01:54:03 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								eddb6fc7b7
								
							
						 | 
						
							
							
								
								feat: documents backend integration
							
							
							
							
							
						 | 
						
							2024-01-08 01:49:20 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								fe997abc6d
								
							
						 | 
						
							
							
								
								feat: transform filename to name
							
							
							
							
							
						 | 
						
							2024-01-08 01:32:55 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								54c4e0761a
								
							
						 | 
						
							
							
								
								feat: documents file upload
							
							
							
							
							
						 | 
						
							2024-01-08 01:26:15 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								cc3f84f916
								
							
						 | 
						
							
							
								
								feat: # to import doc
							
							
							
							
							
						 | 
						
							2024-01-07 23:43:32 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								2603ac30bc
								
							
						 | 
						
							
							
								
								feat: documents
							
							
							
							
							
						 | 
						
							2024-01-07 22:14:08 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								9a63376e55
								
							
						 | 
						
							
							
								
								feat: file upload error handling
							
							
							
							
							
						 | 
						
							2024-01-07 09:33:34 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								9083ee8a5d
								
							
						 | 
						
							
							
								
								feat: reading indicator
							
							
							
							
							
						 | 
						
							2024-01-07 03:19:34 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								6271ee64ab
								
							
						 | 
						
							
							
								
								fix
							
							
							
							
							
						 | 
						
							2024-01-07 03:01:38 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								53945c360f
								
							
						 | 
						
							
							
								
								fix: import
							
							
							
							
							
						 | 
						
							2024-01-07 03:01:01 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								9b2f39ba20
								
							
						 | 
						
							
							
								
								Update +page.svelte
							
							
							
							
							
						 | 
						
							2024-01-07 02:54:31 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								aa82e381d1
								
							
						 | 
						
							
							
								
								feat: include files from previous prompts
							
							
							
							
							
						 | 
						
							2024-01-07 02:14:17 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								9634e2da3e
								
							
						 | 
						
							
							
								
								feat: full integration
							
							
							
							
							
						 | 
						
							2024-01-07 01:40:36 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								fef4725d56
								
							
						 | 
						
							
							
								
								feat: frontend file upload support
							
							
							
							
							
						 | 
						
							2024-01-07 00:57:10 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								13d9e6675e
								
							
						 | 
						
							
							
								
								feat: chat history incognito mode
							
							
							
							
							
						 | 
						
							2024-01-06 02:33:00 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								c09514ea89
								
							
						 | 
						
							
							
								
								fix: styling
							
							
							
							
							
						 | 
						
							2024-01-06 01:09:20 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								fb0c64379d
								
							
						 | 
						
							
							
								
								feat: edit user support
							
							
							
							
							
						 | 
						
							2024-01-05 20:59:56 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								6fb036711b
								
							
						 | 
						
							
							
								
								fix: openai multi-user issue
							
							
							
							
							
						 | 
						
							2024-01-04 19:20:49 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								c0b099da4f
								
							
						 | 
						
							
							
								
								feat: openai frontend refac
							
							
							
							
							
						 | 
						
							2024-01-04 18:54:00 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								17c66fde0f
								
							
						 | 
						
							
							
								
								feat: openai compatible api support
							
							
							
							
							
						 | 
						
							2024-01-04 18:38:03 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								30aff2db53
								
							
						 | 
						
							
							
								
								feat: enable backend ollama url update
							
							
							
							
							
						 | 
						
							2024-01-04 13:06:31 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								df7be3d2a5
								
							
						 | 
						
							
							
								
								feat: import prompts
							
							
							
							
							
						 | 
						
							2024-01-03 14:58:29 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								22864d7598
								
							
						 | 
						
							
							
								
								feat: prompt share integration with ollamahub
							
							
							
							
							
						 | 
						
							2024-01-03 14:39:22 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								63d380231a
								
							
						 | 
						
							
							
								
								fix: await content load
							
							
							
							
							
						 | 
						
							2024-01-03 03:16:31 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								08d8ce4215
								
							
						 | 
						
							
							
								
								fix: styling
							
							
							
							
							
						 | 
						
							2024-01-03 00:23:25 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								5436c2c071
								
							
						 | 
						
							
							
								
								chore: comment removed
							
							
							
							
							
						 | 
						
							2024-01-02 21:40:22 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								7fc1d7c2c7
								
							
						 | 
						
							
							
								
								feat: prompt crud
							
							
							
							
							
						 | 
						
							2024-01-02 21:35:47 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 | 
					
				
					
						
							
								
								
									 
									Timothy J. Baek
								
							 
						 | 
						
							
							
							
							
								
							
							
								69ff596045
								
							
						 | 
						
							
							
								
								feat: prompts backend frontend integration
							
							
							
							
							
						 | 
						
							2024-01-02 21:00:50 -08:00 | 
						
						
							
							
							
							
								
							
							
							
								
							
							
						 |