Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-20 | Add auto support params method | Heiner Lohaus | 1 | -12/+1 | |
2023-11-16 | Add back crutch of incorrect responses to ChatBase | razrab | 1 | -0/+5 | |
2023-10-29 | Update ChatBase.py - Added jailbreak (enabled by default), Removed list incorrect responses | Luneye | 1 | -10/+14 | |
2023-10-27 | Update config supports_message_history | Heiner Lohaus | 1 | -4/+3 | |
2023-10-25 | Extract keywords from incorrect responses | razrab | 1 | -3/+3 | |
The text of error responses is dynamically created by LLM. Need determine by keywords for more precise identification. | |||||
2023-10-24 | Indicated support of message history in ChatBase.py | Luneye | 1 | -1/+2 | |
2023-10-24 | Add support for detecting incorrect responses in ChatBase API requests. | razrab | 1 | -0/+7 | |
2023-10-23 | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 1 | -10/+10 | |
Co-authored-by: Sourcery AI <> | |||||
2023-10-14 | ~ | abc | 1 | -11/+4 | |
fix chatbase (bad) and remove from auto selection | |||||
2023-10-09 | Add proxy support to all providers | Heiner Lohaus | 1 | -4/+5 | |
2023-09-17 | Revert "Fix type hint" | Tekky | 1 | -1/+1 | |
2023-09-16 | fix typo: provider -> Provider | MIDORIBIN | 1 | -1/+1 | |
2023-09-12 | Add new providers: Aivvm, Vitalentum and Ylokh | Heiner Lohaus | 1 | -4/+4 | |
2023-09-10 | Add ChatBase Provider | Heiner Lohaus | 1 | -16/+15 | |
2023-09-09 | Add CodeLinkAva Provider, Improve test_async.py | Heiner Lohaus | 1 | -0/+63 | |