Commit Graph

4 Commits

Author SHA1 Message Date
shaun
ee38a44bdd Update Readme and add token counts
Update readme for anthropic
2023-05-14 22:10:29 -07:00
shaun
e08995835a Support for Anthropics Models
This update enhances the "Second Brain" application by adding support for Anthropics AI models. Users can now use not only OpenAI's GPT-3/4, but also Anthropics' Claude models to store and query their knowledge.

Key changes include:

Added an anthropic_api_key field in the secrets configuration file. Introduced a selection for different AI models including GPT-3, GPT-4, and various versions of Claude. Updated question handling to be model-agnostic, and added support for Anthropics' Claude models in the question processing workflow. Modified the streamlit interface to allow users to input their choice of model, control the "temperature" of the model's responses, and set the max tokens limit. Upgraded requirements.txt file with the latest version of the Anthropics library. This update empowers users to leverage different AI models based on their needs, providing a more flexible and robust tool for knowledge management.
2023-05-14 01:30:03 -07:00
Stan Girard
5d66cd5223 feat(visual): moved things around 2023-05-12 23:58:19 +02:00
Stan Girard
921d7e2502 feat(init): init repository 2023-05-12 23:05:31 +02:00