Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Remove TextGenPromptDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Aug 30, 2023
1 parent 663c0dc commit 3e03f8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 111 deletions.
97 changes: 0 additions & 97 deletions docs/examples/using-text-generation-web-ui.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/griptape-framework/structures/prompt-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,17 +139,3 @@ The **HuggingFacePipelinePromptDriver** uses the following parameters:
| model | Hugging Face model name. | YES |
| params | Custom model run parameters. | NO |
| tokenizer | Custom `HuggingFaceTokenizer`. | NO |

## Text Generation Web UI

This driver uses [Text Generation Web UI API](https://github.com/oobabooga/text-generation-webui) to run LLM models locally.

The **TextGenPromptDriver** uses the following parameters:

| Parameter | Description | Required |
|--------------|-----------------------------------------------|----------|
| preset | Text Generation Web UI preset. | NO |
| params | Custom params dict to use in place of preset. | NO |
| model_url | URL of the running model. | NO |
| generate_uri | API URI of the generate call. | NO |
| tokenizer | Custom `TextGenTokenizer`. | YES |

0 comments on commit 3e03f8a

Please sign in to comment.