Skip to content

The program consists of a graphical user interface that allows the user to converse with the GPT-3 language model.

Notifications You must be signed in to change notification settings

Carlos-Guilherme/UI-With-API-Onpenai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GUI-With-API-Onpenai

This program uses two dependent libraries: customtkinter and openai. The first is an extension of Python's standard tkinter library that adds custom widgets and features for graphical user interfaces. The second is a library that provides access to the OpenAI GPT-3 artificial intelligence platform.

The program consists of a graphical user interface that allows the user to converse with the GPT-3 language model. When the user types a message in the text box and clicks the "Send" button, the message is sent to the GPT-3 model through the OpenAI API. The model responds with an artificial intelligence-generated message, which is displayed in the larger text box of the interface.

The program is useful for demonstrating the use of the GPT-3 platform in a user-friendly and easy-to-use graphical interface. It can also be used as a basis for developing more complex conversation applications that use the GPT-3 platform as a central component.

just type the message that the program tries to make a request to the openai api and returns the result

image

About

The program consists of a graphical user interface that allows the user to converse with the GPT-3 language model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages