
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
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.
To get a local copy up and running follow these simple example steps.
Make sure you have >=python-3.8
installed on your machine. If you don't have it installed, you can download it here.
- Clone the repository
git clone https://github.com/Genta-Technology/GentaChat.git
- Install the dependencies
pip install -r requirements.txt
- Run the app
streamlit run app.py
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).
Distributed under the GPL-2.0 License. See LICENSE.txt
for more information.
-
Contact Support: support@genta.tech
-
Instagram: genta_tech
-
Project Link: GentaChat