Releases: GPTStonks/gptstonks
Releases · GPTStonks/gptstonks
v0.0.4
Changes
- Improve OpenBB tool template to clarify the input @Dedalo314 (#60)
- Bump DDG search to fix rate limit errors @Dedalo314 (#59)
- Add notebook to evaluate GPTStonks with TruLens @Dedalo314 (#58)
- Add index summary and wikipedia tool description to env variables @Dedalo314 (#57)
- Feat/add multistep reasoning @Dedalo314 (#56)
- Update langchain agents to version 0.1.11 @Dedalo314 (#55)
v0.0.3
Changes
- Bump llama-cpp-python to version 0.2.47 @Dedalo314 (#54)
- Add swagger UI documentation @Dedalo314 (#53)
- Modify documentation to be in one folder @Dedalo314 (#52)
- Fix waitlist badge in README.md @huzmgod (#51)
- Add docstrings and remove unnecessary methods @Dedalo314 (#50)
- Add docs with mkdocs @Dedalo314 (#49)
- Extract env variables in a constants' module @Dedalo314 (#48)
v0.0.2
Changes
- Modify docker compose to make LOCAL_LLM_PATH optional @Dedalo314 (#47)
- Add Hugging Face quantized models @Dedalo314 (#46)
- Add Pydantic validation to FastAPI endpoints @Dedalo314 (#45)
- Refactor API code @Dedalo314 (#44)
- Add socials to README.md @Dedalo314 (#43)
- Fix code quality workflow @Dedalo314 (#42)
- Bump dependencies' versions @Dedalo314 (#41)
v0.0.1
Changes
- Feature/deployment @Dedalo314 (#40)
- Add Docker releases when a version tag is pushed @Dedalo314 (#39)
- Modify agent to generate output instead of the tool @Dedalo314 (#38)
- Remove ChatModelWithLLMIface file @Dedalo314 (#37)
- Update tests to work with importlib @Dedalo314 (#36)
- Update openbb-chat to 0.0.9 @Dedalo314 (#35)
- Remove requirements.txt and environment.yaml @Dedalo314 (#34)
- Add ChatModelWithLLMIface to use chat models @Dedalo314 (#33)
- Modify API to work with multiple PATs @Dedalo314 (#32)
- Add multiple node postprocessors @Dedalo314 (#31)
- Update openbb to 4.1.0 @Dedalo314 (#30)
- Add OpenBB documentation when used @Dedalo314 (#29)
- Add the complete query to the QA tool @Dedalo314 (#28)
- Remove memory from the agent @Dedalo314 (#27)
- Improve DDG searches to include their sources @Dedalo314 (#26)
- Add llama.cpp and OpenAI LLMs @Dedalo314 (#25)
- Update API to be compatible with OpenBB Platform @Dedalo314 (#24)
- Modify startup to use Anthropic instead of OpenAI @Dedalo314 (#23)
- Modify response generation to be async @Dedalo314 (#22)
- Added gitleaks scan in pre-commit tests and updated README badges links. @huzmgod (#21)
- Added .env file to avoid passing too many parameters to the docker run command @huzmgod (#20)
- Fix agent errors due to openai version @Dedalo314 (#18)
- Add push to Docker Hub to workflows @Dedalo314 (#17)
- Add metadata replacement node postprocessor @Dedalo314 (#16)
- Bump openbb-chat to v0.0.7 @Dedalo314 (#15)
- Modify Dockerfile to follow hadolint guidelines @Dedalo314 (#14)
- Modify API to work with AutoLlamaIndex @Dedalo314 (#13)
- Add OpenBB API keys loading at startup @Dedalo314 (#12)
- documentation fastapi + addition of endpoints @huzmgod (#9)
- Add README @Dedalo314 (#11)
- Modify API to work with pre-computed embeddings @Dedalo314 (#10)
- Modify prompts for general knowledge @Dedalo314 (#8)
- Fix minor bugs in main @Dedalo314 (#7)
- Add few-shot prompting and allow GPTQ @Dedalo314 (#6)
- Add tests for the API @Dedalo314 (#5)
- Modify Dockerfile to work with legacy SSL authentication @Dedalo314 (#4)
- Add workflows and pre-commit to repo @Dedalo314 (#3)
- Enhance API speed by using openbb-chat>=0.0.2 @Dedalo314 (#2)
- Refactor API to work with openbb-chat package @Dedalo314 (#1)