File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ OPENAI_API_KEY = " your-api-key"
2+ PROVIDER_NAME = " Aigarth"
3+ PICTURE_PATH = " your-picture-path"
4+ PROVIDER_DESCRIPTION = " your-description"
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ yarn-error.log*
1717.pnpm-debug.log *
1818
1919# env files
20- .env *
20+ .env
2121
2222# vercel
2323.vercel
2424
2525# typescript
2626* .tsbuildinfo
27- next-env.d.ts
27+ next-env.d.ts
Original file line number Diff line number Diff line change 11import { NextResponse } from 'next/server' ;
22
33export async function GET ( request : Request ) {
4- const providerName = process . env . PROVIDER_NAME || 'Default Model Name ' ;
4+ const providerName = process . env . PROVIDER_NAME || 'Agairth ' ;
55 const picturePath = process . env . PICTURE_PATH || '/default/path/to/picture.png' ;
66 const providerDescription = process . env . PROVIDER_DESCRIPTION || 'Default provider description' ;
77
You can’t perform that action at this time.
0 commit comments