cfortuner / promptable

Build LLM apps in Typescript/Javascript. 🧑‍💻 🧑‍💻 🧑‍💻 🚀 🚀 🚀
https://docs-promptable.vercel.app
MIT License
1.77k stars 118 forks source link

Prisma chain #5

Closed justinliang1020 closed 1 year ago

justinliang1020 commented 1 year ago

created trpc and prisma for Chain model, changed Content.tsx to use trpc to query for chains current chain schema:

model Chain {
    id        String   @id @default(cuid())
    createdAt DateTime @default(now())
    scopeId   String
    trace     String
}

trace - JSON string

gitguardian[bot] commented 1 year ago

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!