Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielrosehill/llm-workspace-scaffolding
A folder structure (scaffold) for those employing systematic workflows for working with LLMs
https://github.com/danielrosehill/llm-workspace-scaffolding
Last synced: 6 days ago
JSON representation
A folder structure (scaffold) for those employing systematic workflows for working with LLMs
- Host: GitHub
- URL: https://github.com/danielrosehill/llm-workspace-scaffolding
- Owner: danielrosehill
- Created: 2024-08-09T13:23:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-09T15:11:16.000Z (3 months ago)
- Last Synced: 2024-11-12T23:18:07.324Z (6 days ago)
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPT Workspace Scaffolding Repository
![Core Folders](Screenshots/V1/Core_Folders.png)
*More screenshots below*
## Purpose Statement
A file and folder structure intended to help those who are working professionally with GPTs.
This folder structure is intended to be useful for those engaged in the following activities (a non-exhaustive list):
- Managing an inventory of custom GPTs
- Managing prompt outputs
- Managing a prompt library
- Sharing any of the aboveIn practice, however, a **relational database structure** is much more appropriate and scalable for all of these needs than committing them to files.
My [GPT Management System](https://github.com/danielrosehill/GPT-Management-System) is built on top of NocoDB and provides a framework for doing that (and it is very likely that many commercial cools will target this use-case in the near future).
But for other use-cases like proof of concept, sharing on Github, etc, this structure might be helpful.
## Documentation
For very cursory documentation explaining why the folders are structured like this, you can see `documentation.md` at the root.
## Screenshots / Folder Structure
Core folders:
![Core Folders](Screenshots/V1/Core_Folders.png)
Inventory of custom GPTs:
![Custom GPT Inventory](Screenshots/V1/customgpt_storage.png)
Basic prompt library:
![Prompt Library](Screenshots/V1/promptlibrary.png)
Prompt outputs:
![Prompt Outputs](Screenshots/V1/promptoutputs.png)
Taxonomies:
![Taxonomies](Screenshots/V1/taxonomies.png)
## Author
Daniel Rosehill
(public at danielrosehill dot com)## Licensing
This repository is licensed under CC-BY-4.0 (Attribution 4.0 International)
[License](https://creativecommons.org/licenses/by/4.0/)### Summary of the License
The Creative Commons Attribution 4.0 International (CC BY 4.0) license allows others to:
- **Share**: Copy and redistribute the material in any medium or format.
- **Adapt**: Remix, transform, and build upon the material for any purpose, even commercially.The licensor cannot revoke these freedoms as long as you follow the license terms.
#### License Terms
- **Attribution**: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- **No additional restrictions**: You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.For the full legal code, please visit the [Creative Commons website](https://creativecommons.org/licenses/by/4.0/legalcode).