GPTStonks Wrappers¶
Description¶
GPTStonks Wrappers provides Auto models, similar to the transformers
library, but for common AI tools instead of models: LangChain, LlamaIndex, etc.
Development¶
-
Install PDM.
-
Clone the project and install necessary packages:
Sample usage with pre-trained models¶
In the API project, AutoRag
is used to perform retrieval-augmented generation (RAG) with OpenBB's official documentation and with pre-trained models (e.g., OpenAI, Anthropic, Llama.cpp, etc.). Additionally, AutoMultiStepQueryEngine
plans and executes Internet searches to solve complex queries.