https://github.com/brianlesko/low-code-python-chat
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.
https://github.com/brianlesko/low-code-python-chat
api chat gui llm llms openai python streamlit streamlit-webapp ui
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/brianlesko/low-code-python-chat
- Owner: BrianLesko
- Created: 2023-10-26T02:18:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T22:17:28.000Z (over 1 year ago)
- Last Synced: 2025-04-10T21:44:10.925Z (about 1 year ago)
- Topics: api, chat, gui, llm, llms, openai, python, streamlit, streamlit-webapp, ui
- Language: Python
- Homepage:
- Size: 8.82 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low Code Chat UI
This git repository hosts a user interface for a chat-app written in [Pure Python](https://github.com/BrianLesko/Low-Code-Chat/blob/main/low-code-chat.py) 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
```
╭━━╮╭━━━┳━━┳━━━┳━╮╱╭╮ ╭╮╱╱╭━━━┳━━━┳╮╭━┳━━━╮
┃╭╮┃┃╭━╮┣┫┣┫╭━╮┃┃╰╮┃┃ ┃┃╱╱┃╭━━┫╭━╮┃┃┃╭┫╭━╮┃
┃╰╯╰┫╰━╯┃┃┃┃┃╱┃┃╭╮╰╯┃ ┃┃╱╱┃╰━━┫╰━━┫╰╯╯┃┃╱┃┃
┃╭━╮┃╭╮╭╯┃┃┃╰━╯┃┃╰╮┃┃ ┃┃╱╭┫╭━━┻━━╮┃╭╮┃┃┃╱┃┃
┃╰━╯┃┃┃╰┳┫┣┫╭━╮┃┃╱┃┃┃ ┃╰━╯┃╰━━┫╰━╯┃┃┃╰┫╰━╯┃
╰━━━┻╯╰━┻━━┻╯╱╰┻╯╱╰━╯ ╰━━━┻━━━┻━━━┻╯╰━┻━━━╯
follow all of these for pizza :)