mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-08 07:10:32 +00:00
Planning for future features.
This commit is contained in:
parent
c41c8e7c9b
commit
55689622d3
18
README.md
18
README.md
@ -14,8 +14,20 @@ GPT-J model by following build instructions below.
|
||||
* Cross-platform (Linux, Windows, MacOSX)
|
||||
* Fast CPU based inference using ggml for GPT-J based models
|
||||
* The UI is made to look and feel like you've come to expect from a chatty gpt
|
||||
* Easy to install... The plan is to create precompiled binaries for major platforms with easy installers which include the model
|
||||
* WORK IN PROGRESS!!
|
||||
* Easy to install with precompiled binaries available for all three major desktop platforms
|
||||
|
||||
## Feature wishlist
|
||||
|
||||
* Multi-chat - a list of current and past chats and the ability to save/delete/export and switch between
|
||||
* Text to speech - have the AI response with voice
|
||||
* Speech to text - give the prompt with your voice
|
||||
* Multi-modal - Ability to load more than one model and switch between them
|
||||
* Python bindings
|
||||
* Typescript bindings
|
||||
* Plugin support for langchain other developer tools
|
||||
* Save your prompt/responses to disk
|
||||
* Upload prompt/respones manually/automatically to nomic.ai to aid future training runs
|
||||
* YOUR IDEA HERE
|
||||
|
||||
## Building and running
|
||||
|
||||
@ -37,5 +49,5 @@ python3 ../ggml/examples/gpt-j/convert-h5-to-ggml.py /path/to/your/local/copy/of
|
||||
|
||||
## Contributing
|
||||
|
||||
* Pull requests welcome :)
|
||||
* Pull requests welcome. See the feature wish list for ideas :)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user