mirror of
https://github.com/harivansh-afk/RAG-ui.git
synced 2026-04-15 09:01:16 +00:00
added ai interface
This commit is contained in:
parent
39e3a77c08
commit
8dda9a8d1a
2 changed files with 17 additions and 0 deletions
9
.env.example
Normal file
9
.env.example
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
# Supabase Configuration
|
||||||
|
VITE_SUPABASE_URL=your_supabase_url_here
|
||||||
|
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
|
||||||
|
|
||||||
|
# OpenAI Configuration
|
||||||
|
VITE_OPENAI_API_KEY=your_openai_api_key_here
|
||||||
|
|
||||||
|
# Note: Replace the above placeholder values with your actual API keys
|
||||||
|
# Do not commit the actual .env file to version control
|
||||||
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -22,3 +22,11 @@ dist-ssr
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development
|
||||||
|
.env.production
|
||||||
|
.env.*;
|
||||||
|
!.env.example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue