TL;DR
First Release of Genoss. You OpenAI drop in replacement that allows you to replace openai by any LLM you want easily.
What's Changed
- refacto structure + add 404 if model not found by @MaximeThoonsen in #2
- add Fake LLM by @MaximeThoonsen in #3
- Add chat_completion class by @MaximeThoonsen in #4
- fix dependency bug by @MaximeThoonsen in #5
- refacto structure to add chat directory by @MaximeThoonsen in #6
- fix(example): fixed path model by @StanGirard in #8
- add openai by @MaximeThoonsen in #9
- feat: add llama hugging face apis by @mattzcarey in #7
- feat: code-review-gpt ci by @mattzcarey in #14
- feat: hugging face in demo by @mattzcarey in #15
- Add some good practices from sicarator by @Wirg in #17
- Add hf inference endpoint by @Wirg in #18
- Add some resources for demo clarity by @Wirg in #20
- feat(): remove llm chain for chatopenai by @mattzcarey in #19
- Some Fix & code quality improvements by @Wirg in #22
New Contributors
- @MaximeThoonsen made their first contribution in #2
- @StanGirard made their first contribution in #8
- @mattzcarey made their first contribution in #7
- @Wirg made their first contribution in #17
Full Changelog: https://github.com/OpenGenenerativeAI/GenossGPT/commits/v0.0.1