Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Contributors

Languages