Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ChatBase.py - Added jailbreak (enabled by default), Removed list incorrect responses | Luneye | 2023-10-29 | 1 | -10/+14 |
| | |||||
* | Update config supports_message_history | Heiner Lohaus | 2023-10-27 | 1 | -4/+3 |
| | |||||
* | Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses | Tekky | 2023-10-25 | 1 | -2/+2 |
|\ | | | | | Extract keywords from incorrect responses | ||||
| * | Extract keywords from incorrect responses | razrab | 2023-10-25 | 1 | -3/+3 |
| | | | | | | | | The text of error responses is dynamically created by LLM. Need determine by keywords for more precise identification. | ||||
* | | Merge pull request #1149 from Luneye/patch-4 | Tekky | 2023-10-25 | 1 | -1/+2 |
|\ \ | |/ |/| | [suggestion] Adding new parameter to check if a provider 'natively' supports mesage history | ||||
| * | Indicated support of message history in ChatBase.py | Luneye | 2023-10-24 | 1 | -1/+2 |
| | | |||||
* | | Add support for detecting incorrect responses in ChatBase API requests. | razrab | 2023-10-24 | 1 | -0/+7 |
|/ | |||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 1 | -10/+10 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | ~ | abc | 2023-10-14 | 1 | -11/+4 |
| | | | | fix chatbase (bad) and remove from auto selection | ||||
* | Add proxy support to all providers | Heiner Lohaus | 2023-10-09 | 1 | -4/+5 |
| | |||||
* | Revert "Fix type hint" | Tekky | 2023-09-17 | 1 | -1/+1 |
| | |||||
* | fix typo: provider -> Provider | MIDORIBIN | 2023-09-16 | 1 | -1/+1 |
| | |||||
* | Add new providers: Aivvm, Vitalentum and Ylokh | Heiner Lohaus | 2023-09-12 | 1 | -4/+4 |
| | |||||
* | Add ChatBase Provider | Heiner Lohaus | 2023-09-10 | 1 | -0/+62 |