首次提交
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
# Database Configuration
|
||||
DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/dbname
|
||||
|
||||
# LLM API Configuration
|
||||
LLM_API_KEY=your_api_key_here
|
||||
LLM_API_BASE=https://api.openai.com/v1
|
||||
LLM_DEFAULT_MODEL=openai/gpt-4o
|
||||
|
||||
# App Configuration
|
||||
DEFAULT_APP_NAME=adk_chat_app
|
||||
Reference in New Issue
Block a user