-
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
5 additions
and
3 deletions.
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,14 +1,16 @@ | ||
# SmartChat | ||
<img width="313" alt="Screenshot_10" src="https://user-images.githubusercontent.com/101829424/235366457-cb5fcb27-de5f-482b-847d-94c588848be8.png"> | ||
|
||
**Графический чат** для обмена сообщениями с **ИИ**. | ||
Чат для работы с нейронными сетями OpenAI. Графический интерфейс программы реализован с помощью библиотеки tkinter. Программа поддерживает работу с двумя моделями OpenAI: text-davinci-002 и text-davinci-003. Для работы необходимо зарегистрироваться на OpenAI и получить API ключ. | ||
|
||
##Основные функции программы: | ||
|
||
|
||
## Основные функции программы: | ||
- генерация текста с помощью выбранной модели OpenAI; | ||
- возможность указать начальный текст для генерации; | ||
- настройка параметров генерации (количество токенов, максимальная длина ответа и другие); | ||
- сохранение сгенерированного текста в файл. | ||
##Модель text-davinci-002 | ||
<img width="315" alt="Screenshot_10" src="https://user-images.githubusercontent.com/101829424/235366391-dd9eae74-6528-4480-9c31-6959f0ecb452.png"> | ||
|
||
|
||
Программа предоставляется в виде открытого исходного кода. |