Skip to content

Example of generative AI service using OpenAI API.

License

Notifications You must be signed in to change notification settings

dojyorin/openai-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI API Example

Example of generative AI service using OpenAI API.

Diagram

flowchart TD

subgraph "Backend"
    A(["OpenAI"])
    B(["GitHub"])
end

subgraph "Hosting"
    C(["Deno Deploy\nopenai-api-example.deno.dev"])
end

A <--"JSON API"--> C
B -."Push to Deploy".-> C

C <--> D("Web Client")
Loading

About

Example of generative AI service using OpenAI API.

Resources

License

Stars

Watchers

Forks