Blog Logo
TAGS

A wrapper of LLMs that biases its behaviour using prompts

# Smarty-GPT ## A wrapper of LLMs (chatgpt, gpt4, etc.) that biases its behaviour using prompts A wrapper of LLMs that biases its behaviour using prompts and contexts in a **transparent** manner to the end-users. The main purpose of this project is **joining** in a single environment all the resources (models, prompts, APIs, etc.) related to LLMs. Moreover, we also think from an **end-user** perspective. It is heavily unlikely that a user would introduce a complex context in a query to bias a model response. This library tries to solve this hidding the implementation details to end-users. In addition to manual prompts, our system also supports [**Awesome Chat GPT prompts**](https://github.com/f/awesome-chatgpt-prompts) and custom prompts. Text-davinci-003, [**Flan-T5**](https://huggingface.co/google/flan-t5-small) powered by Google, ChatGPT, and GPT4 are the models supported by this wrapper. Users should create a *config.txt* file to read Open AI bearer. More features/models are about to come! Feel free to make a PR, open an issue, or to contact the author at [email protected]. The software is provided as is and with all faults without warranties of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose and non-infringement. No warranty is provided that the software will be free from defects or that operation of the software will be uninterrupted. Your use of the software and any other material or services downloaded or made available to you through the software is at your own discretion and risk, and you are solely responsible for any potential damage resulting from their use.