Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zlsl authored Feb 17, 2024
1 parent 721fd8a commit df16543
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
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. Настройка параметров генерации (температура и прочие параметры)

0 comments on commit df16543

Please # to comment.