# Text generation web UI

## Text generation web UI Arkane Cloud template

Cloned from [text-generation-webui](https://github.com/oobabooga/text-generation-webui) and adapted to allow an automated install & out of the box support for running in Arkane Cloud.

### Getting started

1. Navigate to CI Pipeline and run the `Prepare` stage.
2. Run the `Run` stage.
3. Click on the open deployment icon in the top right corner.
4. Start chatting with the pre-selected tinyLlama model or download additional models via the models tab


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkanecloud.com/docs/templates/text-generation-web-ui.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
