diff --git a/Makefile b/Makefile index 7c410e28..623df923 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ BINARY_NAME=local-ai GOLLAMA_VERSION?=7ad833b67070fd3ec46d838f5e38d21111013f98 GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all -GPT4ALL_VERSION?=2b6cc99a31a124f1f27f2dc6515b94b84d35b254 +GPT4ALL_VERSION?=7d2ce060291b002b3e6d033d362f0cc5864b8f87 GOGGMLTRANSFORMERS_VERSION?=a459d2726792132541152c981ed9fbfe28f4fd20 RWKV_REPO?=https://github.com/donomii/go-rwkv.cpp -RWKV_VERSION?=930a774fa0152426ed2279cb1005b3490bb0eba6 +RWKV_VERSION?=f5a8c45396741470583f59b916a2a7641e63bcd0 WHISPER_CPP_VERSION?=57543c169e27312e7546d07ed0d8c6eb806ebc36 BERT_VERSION?=6069103f54b9969c02e789d0fb12a23bd614285f BLOOMZ_VERSION?=1834e77b83faafe912ad4092ccf7f77937349e2f diff --git a/README.md b/README.md index c3c97241..c2887ade 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,22 @@ In a nutshell: LocalAI was created by [Ettore Di Giacinto](https://github.com/mudler/) and is a community-driven project, focused on making the AI accessible to anyone. Any contribution, feedback and PR is welcome! +See the [examples](https://github.com/go-skynet/LocalAI/tree/master/examples/) on how to integrate LocalAI with other popular projects: + | [ChatGPT OSS alternative](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui) | [Image generation](https://localai.io/api-endpoints/index.html#image-generation) | |------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| | ![Screenshot from 2023-04-26 23-59-55](https://user-images.githubusercontent.com/2420543/234715439-98d12e03-d3ce-4f94-ab54-2b256808e05e.png) | ![b6441997879](https://github.com/go-skynet/LocalAI/assets/2420543/d50af51c-51b7-4f39-b6c2-bf04c403894c) | +| [Telegram bot](https://github.com/go-skynet/LocalAI/tree/master/examples/telegram-bot) | [Flowise](https://github.com/go-skynet/LocalAI/tree/master/examples/flowise) | +|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| +![Screenshot from 2023-06-09 00-36-26](https://github.com/go-skynet/LocalAI/assets/2420543/e98b4305-fa2d-41cf-9d2f-1bb2d75ca902) | ![Screenshot from 2023-05-30 18-01-03](https://github.com/go-skynet/LocalAI/assets/2420543/02458782-0549-4131-971c-95ee56ec1af8)| | See the [Getting started](https://localai.io/basics/getting_started/index.html) and [examples](https://github.com/go-skynet/LocalAI/tree/master/examples/) sections to learn how to use LocalAI. For a list of curated models check out the [model gallery](https://localai.io/models/). ## News -- 🔥🔥🔥 06-06-2023: **v1.18.0**: Many updates, new features, and much more 🚀, check out the [Changelog](https://localai.io/basics/news/index.html#-06-06-2023-__v1180__-)! +- 🔥🔥🔥 19-06-2023: **v1.19.0**: CUDA support! [Release notes](https://localai.io/basics/news/index.html#-19-06-2023-__v1190__-) [Changelog](https://github.com/go-skynet/LocalAI/releases/tag/v1.19.0) +- 🔥🔥🔥 06-06-2023: **v1.18.0**: Many updates, new features, and much more 🚀, check out the [Release notes](https://localai.io/basics/news/index.html#-06-06-2023-__v1180__-)! - 29-05-2023: LocalAI now has a website, [https://localai.io](https://localai.io)! check the news in the [dedicated section](https://localai.io/basics/news/index.html)! For latest news, follow also on Twitter [@LocalAI_API](https://twitter.com/LocalAI_API) and [@mudler_it](https://twitter.com/mudler_it) @@ -41,8 +47,6 @@ For latest news, follow also on Twitter [@LocalAI_API](https://twitter.com/Local To help the project you can: -- Upvote the [Reddit post](https://www.reddit.com/r/selfhosted/comments/12w4p2f/localai_openai_compatible_api_to_run_llm_models/) about LocalAI. - - [Hacker news post](https://news.ycombinator.com/item?id=35726934) - help us out by voting if you like this project. - If you have technological skills and want to contribute to development, have a look at the open issues. If you are new you can have a look at the [good-first-issue](https://github.com/go-skynet/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) and [help-wanted](https://github.com/go-skynet/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) labels. @@ -175,14 +179,15 @@ Feel free to open up a PR to get your project listed! ## Short-term roadmap - [x] Mimic OpenAI API (https://github.com/go-skynet/LocalAI/issues/10) -- [ ] Binary releases (https://github.com/go-skynet/LocalAI/issues/6) -- [ ] Upstream our golang bindings to llama.cpp (https://github.com/ggerganov/llama.cpp/issues/351) and [gpt4all](https://github.com/go-skynet/LocalAI/issues/85) +- [x] Binary releases (https://github.com/go-skynet/LocalAI/issues/6) +- [ ] Upstream our golang bindings to llama.cpp (https://github.com/ggerganov/llama.cpp/issues/351) +- [x] Upstream [gpt4all](https://github.com/go-skynet/LocalAI/issues/85) bindings - [x] Multi-model support - [x] Have a webUI! - [x] Allow configuration of defaults for models. - [x] Support for embeddings - [x] Support for audio transcription with https://github.com/ggerganov/whisper.cpp -- [ ] GPU/CUDA support ( https://github.com/go-skynet/LocalAI/issues/69 ) +- [x] GPU/CUDA support ( https://github.com/go-skynet/LocalAI/issues/69 ) - [ ] Enable automatic downloading of models from a curated gallery, with only free-licensed models, directly from the webui. ## Star history