Skip to content

Commit

Permalink
feat: add Open AI example file (#531)
Browse files Browse the repository at this point in the history
* Update app.ts

* Update app.ts

---------

Co-authored-by: David Kircos <davidkircos@gmail.com>
  • Loading branch information
jimniels and davidkircos authored May 31, 2023
1 parent 565a2b5 commit 41efec9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constants/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ export const EXAMPLE_FILES = [
file: 'mercury_bank.grid',
description: 'Example of pulling data from the Mercury API.',
},
{
name: 'OpenAI (example)',
file: 'open_ai.grid',
description: 'Example prompt querying the OpenAI API.',
},
// Leaving this one out, as it has nothing useful for users
// { name: 'Airports large (example)', file: 'airports_large.grid', description: 'Lorem ipsum santa dolor.' },
{
Expand Down

1 comment on commit 41efec9

@vercel
Copy link

@vercel vercel bot commented on 41efec9 May 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

quadratic – ./

quadratic-quadratic.vercel.app
quadratic-nu.vercel.app
quadratic-git-main-quadratic.vercel.app

Please sign in to comment.