增加 openai 的模型兼容
This commit is contained in:
11
prisma/.env
Normal file
11
prisma/.env
Normal file
@@ -0,0 +1,11 @@
|
||||
# API Keys Configuration
|
||||
# Copy this file to .env.local and add your actual API keys
|
||||
|
||||
# Primary API Key (used by default)
|
||||
# For Google Gemini: https://ai.google.dev/
|
||||
# For OpenAI: https://platform.openai.com/
|
||||
VITE_API_KEY=sk-d8f36ac74ac24875abcbdcae382177eb
|
||||
|
||||
# Alternative: Use provider-specific keys (optional)
|
||||
# GEMINI_API_KEY=your_gemini_key_here
|
||||
# OPENAI_API_KEY=your_openai_key_here
|
||||
Reference in New Issue
Block a user