Commit Graph

848 Commits

Author SHA1 Message Date
bangonicdd
85e7becaf6 Add gpt-3.5-turbo-0125, fix gpt-4-0314 2024-02-03 04:30:34 +09:00
kwaroran
afea17dfb3 Update model options in ModelList.svelte and request.ts 2024-01-26 04:24:02 +09:00
kwaroran
f1b7c894a6 Fix issue with empty result in sendChat function 2024-01-22 01:49:08 +09:00
kwaroran
4d27bc49c0 Add commands 2024-01-17 07:58:36 +09:00
kwaroran
1e062d3077 Rename removePunctuationHypa and change functionality 2024-01-17 07:07:38 +09:00
kwaroran
1397be4f03 Refactor requestChatDataMain function to handle non-multiGen 2024-01-16 17:54:42 +09:00
kwaroran
1b1c6ad2fd Refactor code for local models 2024-01-16 17:52:33 +09:00
kwaroran
9db4810bbc Experimental llamacpp support 2024-01-16 10:56:23 +09:00
kwaroran
52940af010 Add option to remove punctuation for HypaMemory 2024-01-15 18:00:19 +09:00
kwaroran
f5b4d87db0 Refactor script processing logic and flag handling 2024-01-15 17:54:41 +09:00
kwaroran
f2e6cfb26d Fix flag assignment and script processing 2024-01-15 14:13:53 +09:00
kwaroran
3745adf9f7 fix script processing logic of move_top and move_bottom commands 2024-01-15 13:57:12 +09:00
kwaroran
ab5f0c075d Fix handle empty text input 2024-01-15 12:41:17 +09:00
kwaroran
a1c6cbdf24 Use two @ instead of three @ for consistancy 2024-01-15 12:38:31 +09:00
kwaroran
bf886325ed Add regex move top and move bottom 2024-01-15 12:34:38 +09:00
kwaroran
5d7a0017dd Update error message in sendChat function 2024-01-15 06:27:59 +09:00
kwaroran
938f4608fa Merge branch 'main' of https://github.com/kwaroran/RisuAI 2024-01-15 03:40:34 +09:00
kwaroran
3dec23a99c Update token length check in embedding transformer and error message in supaMemory 2024-01-15 03:40:29 +09:00
kwaroran
a1a38d5ad2 Add Python server setup and dependencies installation 2024-01-14 05:57:33 +09:00
gdosu
013cce2330 fix versioning mistake 2024-01-13 21:26:38 +09:00
gdosu
ebe7a938ce Fix versioning, applied top-p 2024-01-13 20:53:03 +09:00
gdosu
8f3011914a Fix mistake 2024-01-13 20:13:10 +09:00
gdosu
3b9a12899f Force plain fetch for aws 2024-01-13 19:56:24 +09:00
gdosu
93e5b7bdb4 Fix aws claude 2024-01-13 19:34:49 +09:00
kwaroran
b402195e18 Fix streaming response handling in sendChat function 2024-01-13 10:41:12 +09:00
kwaroran
88e88b9ce6 move Python files and update Tauri configuration 2024-01-12 12:21:23 +09:00
kwaroran
b4b461288d Add Python installation and setup functionality 2024-01-12 12:02:06 +09:00
kwaroran
a319eedee1 Add experimental support for Claude AWS 2024-01-11 21:50:04 +09:00
kwaroran
6031ecea32 Fix OpenAI Fixer plugin 2024-01-11 21:41:55 +09:00
kwaroran
350bc66851 Add support for WebLLM 2024-01-09 00:27:58 +09:00
kwaroran
62a6577368 Add openrouterFallback and openrouterMiddleOut options 2024-01-08 09:09:12 +09:00
kwaroran
aaa5843c51 Add custom chain of thought feature and max thought tag depth setting 2024-01-08 09:03:12 +09:00
kwaroran
ecbbc8e85c Update fileURL in runVITS to Use localModelPath 2024-01-06 23:21:38 +09:00
kwaroran
229d974d75 Rename tfCache 2024-01-06 23:17:33 +09:00
kwaroran
4be7a6762c Update local model path to use remote URL 2024-01-06 23:16:13 +09:00
kwaroran
3a8b09586f fix URL matching logic in initTransformers function 2024-01-06 23:12:49 +09:00
kwaroran
8617257298 Update version 1.71.4 2024-01-06 23:08:15 +09:00
kwaroran
f638866308 Fix error handling 2024-01-06 22:43:59 +09:00
kwaroran
8eccda086d Refactor URL handling in initTransformers function 2024-01-06 22:41:08 +09:00
kwaroran
de17fe3afa Update version to 1.71.3 and add file URL mapping 2024-01-06 22:31:42 +09:00
kwaroran
e974b5ee7f Match URLs to cache server 2024-01-06 22:21:45 +09:00
kwaroran
c3d7210cc3 Refactor caching logic in sw.js and transformers.ts 2024-01-06 21:18:36 +09:00
kwaroran
afd085bd93 Fix tfCache initialization and assignment 2024-01-06 20:50:49 +09:00
kwaroran
46ee706399 Add initialization function for Transformers and update model paths 2024-01-06 20:49:34 +09:00
kwaroran
a9872b3d5d Update localModelPath in transformers.ts 2024-01-06 20:25:03 +09:00
kwaroran
70f25968b5 add transformers remoteHost again 2024-01-06 19:12:18 +09:00
kwaroran
497e0c6dfb Update service worker and remote host URLs 2024-01-06 19:10:21 +09:00
kwaroran
7344e566f4 Add model selection for VitsModel 2024-01-06 06:45:18 +09:00
kwaroran
0ca4ec3695 Add VITS support 2024-01-06 00:28:06 +09:00
kwaroran
cfdd60bead Remove TransformersBodyType 2024-01-05 23:58:23 +09:00