Skip to content

Your own chatgpt and dall-e. A look and experiment using openai's API.

License

Notifications You must be signed in to change notification settings

laryferreira/OpenAI.API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI - How to deal with API's

What is an API?

An API, or application programming interface, is a set of defined rules that enable different applications to communicate with each other. It acts as an intermediary layer that processes data transfers between systems, letting companies open their application data and functionality to external third-party developers, business partners, and internal departments within their companies. src: IBM

The OpenAI API can be applied to virtually any task that involves understanding or generating natural language or code. These models can be used for everything from content generation to semantic search and classification.

> Your own text generator:

Learn how to generate or manipulate text

> Your own image generator:

Learn how to generate or manipulate images with DALL·E models

About

Your own chatgpt and dall-e. A look and experiment using openai's API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages