https://github.com/miurla/plugins-unsplash
https://github.com/miurla/plugins-unsplash
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/miurla/plugins-unsplash
- Owner: miurla
- License: mit
- Created: 2023-04-12T06:36:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T06:55:48.000Z (over 2 years ago)
- Last Synced: 2025-07-08T06:04:54.741Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
To install the required packages for this plugin, run the following command:
```bash
pip install -r requirements.txt
```Copy the .env.example file to .env. This is where you will set the variable.
```bash
cp .env.example .env
```To run the plugin, enter the following command:
```bash
python main.py
```Once the local server is running:
1. Navigate to https://chat.openai.com.
2. In the Model drop down, select "Plugins" (note, if you don't see it there, you don't have access yet).
3. Select "Plugin store"
4. Select "Develop your own plugin"
5. Enter in `localhost:5003` since this is the URL the server is running on locally, then select "Find manifest file".The plugin should now be installed and enabled! You can start with a question like "What is on my todo list" and then try adding something to it as well!