-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,35 @@ | ||
# pocketai | ||
Android frontend for oobabooga / text-generation-webui | ||
Android frontend for oobabooga / text-generation-webui (https://github.com/oobabooga/text-generation-webui) | ||
|
||
Main functions: | ||
|
||
1. Creating/editing chat templates | ||
2. Connect to the API | ||
3. Launch chats based on templates | ||
|
||
Features | ||
|
||
1. Support for several characters in the chat, including those created “on the fly” by the model. | ||
2. The ability to “address” the selected character. | ||
3. Possibility of "banning" the appearance of new characters. | ||
4. Maintaining a character database (name, avatar, embeddings). | ||
5. Correction of incorrect model responses (garbage, malformed characters) | ||
6. Setting generation parameters (temperature and other) | ||
--- | ||
# pocketai | ||
Приложение для доступа к API oobabooga / text-generation-webui (https://github.com/oobabooga/text-generation-webui) | ||
|
||
Основные функции: | ||
|
||
1. Создание/редактирование шаблонов для чата | ||
2. Подключение к API | ||
3. Запуск чатов на основе шаблонов | ||
|
||
Фичи | ||
|
||
1. Поддержка нескольких персонажей в чате, в том числе создавыемых "на лету" моделью. | ||
2. Возможность "обращения" к выбранному персонажу. | ||
3. Возможность "бана" появления новых персонажей. | ||
4. Ведение базы персонажей (имя, аватар, эмбеддинги). | ||
5. Исправление некорректных ответов модели (мусор, "левые" персонажи) | ||
6. Настройка параметров генерации (температура и прочие параметры) |