Skip to content

KolosalAI/genta-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GentaChat

Contributors Forks Stargazers Issues GNU License


Logo

GentaChat

An simple chat bot built specifically to demonstrate the usage and simplicity of GentaAPI and demonstrate our hosted LLM.
Explore the docs »

View Demo · Report Bug

About The Project

Product Name Screen Shot

GentaChat is an simple and easy to use chatbot built specifically as a demonstrator for Genta Technology LLM API. Please check out our website for further information on our product and API system. This chatbot is design to be as simple as possible and for further tutorial please refer to our youtube tutorial.

(back to top)

Built With

Streamlit

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Make sure you have >=python-3.8 installed on your machine. If you don't have it installed, you can download it here.

Installation

  1. Clone the repository
    git clone https://github.com/Genta-Technology/GentaChat.git
  2. Install the dependencies
    pip install -r requirements.txt
  3. Run the app
    streamlit run app.py

(back to top)

Usage

Once you run the app, simply open the application on your favorite browser, fill the Genta API key with your Genta API token key, and choose the model you would like to try. Then, you can start using the app by filling the query input with your prompt and click the Submit button. Then, the app will respons from the model you select. You could also clear the chat if deem necessary with the Clear chat button For the advanced version, you could tweak the temperature, maximum lenght, top p, and repetition penalty of the selected model (it's like OpenAI playground).

(back to top)

License

Distributed under the GPL-2.0 License. See LICENSE.txt for more information.

(back to top)

Contact

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages