Changes between Version 20 and Version 21 of Public/DjAi
- Timestamp:
- Jan 4, 2024, 12:03:23 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/DjAi
v20 v21 87 87 Still, some meaningful trainings worked right away with Luminous, and it can be used for commercial applications with sensitive data without restriction. 88 88 89 Anthropic Claude, available on AWS Bedrock, is powerful and supports very large context lengths up to 100k tokens. That makes it the preferred model for integration with external data sources, allowing large pools of information to be injected to the prompt. 90 89 91 For the time being, //dj//**AI** supports GPT and !AlephAlpha, but supporting other models is easily done by writing a plugin class that fulfills a simple interface. Apart from sending HTTP requests to the model, the main task is, translating the abstract training syntax to the model's native syntax. 90 92