Spaces:
Runtime error
Runtime error
| title: GPTNEXTWORD | |
| emoji: 🐢 | |
| colorFrom: pink | |
| colorTo: red | |
| sdk: gradio | |
| sdk_version: 4.2.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| author: Sanjana Tule + Sijuade Oguntayo | |
| # GPT Explorer Gradio App | |
| ## Introduction | |
| GPT Explorer is an interactive Gradio app that allows users to experience the power of a GPT-based language model. It provides an intuitive interface for generating text based on user inputs like context prompts, temperature, maximum token length, and top-k random sampling. | |
| ## Features | |
| - **Custom Prompt Input**: Enter any text to set the context for the AI's response. | |
| - **Temperature Setting**: Adjust creativity level for varied output. | |
| - **Max Tokens**: Define the length of the AI-generated text. | |
| - **Top-K Sampling**: Control the randomness of the output. | |
| ## Installation | |
| To run GPT Explorer locally, you will need to install the required dependencies. | |
| ```bash | |
| git clone https://github.com/Delve-ERAV1/S22.git | |
| cd gpt-explorer | |
| pip install -r requirements.txt | |