Commit Graph

1452 Commits

Author SHA1 Message Date
vfbd a93087aecd Fix `api_format_docstring` 2022-08-08 14:21:50 -04:00
vfbd ddda981436 Improve /generate description 2022-08-08 14:19:43 -04:00
vfbd dc0fa9bff1 Add redirects to /api/v1/docs/ 2022-08-08 14:16:38 -04:00
vfbd ce064168e3 Additional validation for soft_prompt in API 2022-08-08 13:52:07 -04:00
vfbd de1e8f266a ValidationErrorSchema now has minItems 1 for its arrays 2022-08-08 13:22:18 -04:00
vfbd 596f619999 Unknown values in API input are now ignored instead of causing error 2022-08-08 13:17:53 -04:00
vfbd 3b56859c12 vars.disable_input_formatting and vars.disable_output_formatting fix 2022-08-08 13:04:46 -04:00
vfbd 3460e62271 Mark /static/swagger-ui as linguist-vendored 2022-08-08 02:40:39 -04:00
vfbd 34c9535667 Upload basic API with /generate POST endpoint 2022-08-08 02:27:48 -04:00
henk717 bd13a41eb7
Merge pull request #176 from one-some/shortcuts
Add editor shortcuts and actually fix streaming newline bug
2022-07-31 12:46:17 +02:00
somebody 59d55369cb Add shortcuts
Adds shortcuts to the UI. These shortcuts are:
Ctrl-Z: Undo
Ctrl-Y: Redo
Ctrl-E: Retry
2022-07-30 21:34:42 -05:00
somebody 5d135e091e Fix the streaming newline bug (for real this time I promise)
After actually investigating the cause of the bug instead of duct taping
a fix on, I have produced a better fix. The previous fix caused a bug
where there a newline was *removed* where it shouldn't have been when
undoing and redoing. The reason this bug was happening in the first
place was because some "newline regulation" code was falsely detecting
the output stream as a text chunk, and attempted to remove a newline
from there instead of the actual chunk.
2022-07-30 21:28:50 -05:00
henk717 56783a1257
Merge pull request #175 from one-some/token-streaming-newline-fix
Fix arbitrary newline insertion when token streaming is enabled
2022-07-31 01:22:15 +02:00
somebody 32ad83df8e Fix arbitrary newline insertion when token streaming is enabled
In adventure mode with token streaming enabled, retrying after an action
would cause a <br> element to be inserted into the action. This prevents
the insertion of the <br> if token streaming is enabled.
2022-07-30 15:05:54 -05:00
henk717 71ea8b215a
Merge branch 'KoboldAI:main' into united 2022-07-30 21:46:25 +02:00
henk717 88e48662a0
Merge pull request #147 from rahulmb/main
Update install_requirements.bat
2022-07-30 21:46:03 +02:00
Rahul Bhandari 15333501ac Update install_requirements.bat
%B% never set and finetuneanon is deprecated
2022-07-30 14:41:15 -05:00
henk717 050e195420
Merge pull request #173 from one-some/token-streaming
Add token streaming option
2022-07-30 18:32:51 +02:00
henk717 a63f7cfa5a
Merge pull request #174 from ebolam/united
Fix for blank model info box when downloading model
2022-07-29 22:15:58 +02:00
ebolam f97c10b794 Fix for blank model info box when downloading model 2022-07-28 19:40:27 -04:00
somebody a4d81292f8 Add token streaming option 2022-07-27 22:13:08 -05:00
henk717 699c2353e7
Merge branch 'KoboldAI:main' into united 2022-07-27 18:06:53 +02:00
henk717 e8a077f072
Merge pull request #146 from VE-FORBRYDERNE/aria2
Fix aria2 in Colab
2022-07-27 18:04:15 +02:00
vfbd 9c8b825b4a aria2 hook now also catches EntryNotFoundError 2022-07-27 11:45:07 -04:00
henk717 fe64e480ee
Merge pull request #171 from ebolam/united
Add Download Model Status
2022-07-26 00:52:12 +02:00
Henk 317e85dbaa New spacing language 2022-07-26 00:49:54 +02:00
henk717 c43fefed74
Merge branch 'KoboldAI:main' into united 2022-07-26 00:45:53 +02:00
Henk 2cf6b60c6f New updater backport 2022-07-26 00:45:40 +02:00
henk717 7721b72184
Merge branch 'KoboldAI:main' into united 2022-07-26 00:42:35 +02:00
Henk 4d8a633351 Aetherroom instead of aidg.club 2022-07-26 00:41:51 +02:00
ebolam 3b5ab92a02 Merge branch 'united' of https://github.com/ebolam/KoboldAI into united 2022-07-25 18:29:27 -04:00
ebolam 12acb50ee0 Fix for getting "model download status" when downloading config to figure out layer counts 2022-07-25 18:29:14 -04:00
henk717 46231519af
Merge pull request #172 from scott-ca/united
Added functionality to load all of the CLI arguments via a single JSON file
2022-07-26 00:14:46 +02:00
scott-ca ce2efa0149
Update customsettings_template.json 2022-07-23 22:06:56 -06:00
scott-ca 9dc9966433 Added functionality to add any/all args via json 2022-07-23 22:02:03 -06:00
ebolam 0ab3612e49
Merge branch 'henk717:united' into united 2022-07-22 13:58:58 -04:00
ebolam 907cf74b13 Added status bar for downloading models 2022-07-22 13:58:20 -04:00
henk717 e860eb161d
Merge branch 'KoboldAI:main' into united 2022-07-22 15:33:25 +02:00
henk717 92c5cfeb9b
Merge pull request #145 from LightSaveUs/patch-1
Default value fix
2022-07-22 15:32:09 +02:00
LightSaveUs 3865a2a77b
Default value fix
Fixing the default value
2022-07-22 16:27:45 +03:00
henk717 f1fd46fca6
Merge branch 'KoboldAI:main' into united 2022-07-22 15:19:19 +02:00
henk717 db35b20b49
Merge pull request #144 from LightSaveUs/main
Formatting fixes
2022-07-22 15:17:35 +02:00
LightSaveUs 9c2fde91e4
TPU Formatting Fix
Removed the information about irrelevant style (Chatbot)
2022-07-22 13:28:32 +03:00
LightSaveUs 4bd3b53c0a
GPU Formatting Fix
Removed the information about irrelevant style (Chatbot)
2022-07-22 13:27:57 +03:00
LightSaveUs 1eecef8c8b
GPU Formatting Fix #2
Deleted information about removed Convo and C1 chatbot models.
2022-07-22 13:15:08 +03:00
henk717 5f3783a294
Merge branch 'KoboldAI:main' into united 2022-07-21 20:02:45 +02:00
henk717 4bd9ac5a66
Merge pull request #141 from VE-FORBRYDERNE/lua
Correct typos in bridge.lua and API documentation
2022-07-21 20:02:35 +02:00
vfbd cb037a2ae9 Correct typos in bridge.lua and API documentation 2022-07-21 13:59:06 -04:00
LightSaveUs bd69cccefc
GPU Formatting Fix
Formatting issues fixes and unification
2022-07-21 03:10:14 +03:00
LightSaveUs 97ff194261
TPU Formatting Fix
Minor code cleanup, formatting issues fixes and unification
2022-07-21 02:52:20 +03:00