Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlywargnier/reademe-from-gp4-4
https://github.com/charlywargnier/reademe-from-gp4-4
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/charlywargnier/reademe-from-gp4-4
- Owner: CharlyWargnier
- License: apache-2.0
- Created: 2023-11-09T20:57:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T21:01:33.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:11:13.351Z (7 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeLlama Playground
Welcome to the CodeLlama Playground! This Streamlit app interfaces with Meta's latest conversational AI model, leveraging DeepInfra's inference API for responsive and intelligent dialogue.
## Features
- **Customizable Interaction**: Fine-tune the AI responses with adjustable settings for `Max Tokens` and `Top P`.
- **User-Friendly Interface**: Engage with the AI through a clear and intuitive user interface.
- **Comprehensive Documentation**: Access in-depth details with DeepInfra's extensive documentation.## Prerequisites
To use this app, you need to install Streamlit. You can set up Streamlit either locally on your machine or use the Streamlit Community Cloud.
### Install Streamlit Locally
Ensure you have Python installed, then install Streamlit via pip:
```
pip install streamlit
```### Use Streamlit Community Cloud
Alternatively, deploy the app using Streamlit Community Cloud by signing up [here](https://streamlit.io/cloud).
## Getting Started
To get the app up and running:
1. Clone the repository to your local machine or open it in the Streamlit Community Cloud.
2. Navigate to the app directory in your terminal.
3. Launch the app with Streamlit:```
streamlit run your_app.py
```