Skip to content

This git repository hosts a user interface for a chat-app written in Python. Connect your OpenAI or XAI API for Chat-GPT like chatting. Created for Learning Purposes.

Notifications You must be signed in to change notification settings

BrianLesko/low-code-python-chat

Repository files navigation

Low Code Chat UI

This git repository hosts a user interface for a chat-app written in Pure Python with less than 100 lines of code. Xai vision model supported. Connect your OpenAI API or XAI API for Chat-GPT like chatting. Created for Learning Purposes.

 

 

Repository Structure

Low-Code-Chat/
├── .streamlit/
│   └── config.toml
├── app.py
├── start.sh
├── keys.json
│   └── {"xai_api_key": "xghsipoksml...", "openai_api_key": "xfughsipoksml..." }
├── requirements.txt
└── .gitignore

 

Run this demo locally

python3 -m venv myenv
source myenv/bin/activate
pip install streamlit
streamlit app.py

 

Topics

Python | Streamlit | Git | Low Code UI
Template Repository | Streamlit Secrets | Chat interface | LLM

 


 

╭━━╮╭━━━┳━━┳━━━┳━╮╱╭╮ ╭╮╱╱╭━━━┳━━━┳╮╭━┳━━━╮ ┃╭╮┃┃╭━╮┣┫┣┫╭━╮┃┃╰╮┃┃ ┃┃╱╱┃╭━━┫╭━╮┃┃┃╭┫╭━╮┃ ┃╰╯╰┫╰━╯┃┃┃┃┃╱┃┃╭╮╰╯┃ ┃┃╱╱┃╰━━┫╰━━┫╰╯╯┃┃╱┃┃ ┃╭━╮┃╭╮╭╯┃┃┃╰━╯┃┃╰╮┃┃ ┃┃╱╭┫╭━━┻━━╮┃╭╮┃┃┃╱┃┃ ┃╰━╯┃┃┃╰┳┫┣┫╭━╮┃┃╱┃┃┃ ┃╰━╯┃╰━━┫╰━╯┃┃┃╰┫╰━╯┃ ╰━━━┻╯╰━┻━━┻╯╱╰┻╯╱╰━╯ ╰━━━┻━━━┻━━━┻╯╰━┻━━━╯

 

X Logo             GitHub             LinkedIn

follow all of these for pizza :)

 

About

This git repository hosts a user interface for a chat-app written in Python. Connect your OpenAI or XAI API for Chat-GPT like chatting. Created for Learning Purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published