mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
database:
|
||||
# Database type: postgres, pglite
|
||||
type: postgres
|
||||
host: telegram_search_pgvector
|
||||
port: 5432
|
||||
user: postgres
|
||||
password: 'telegram_search'
|
||||
database: postgres
|
||||
|
||||
api:
|
||||
telegram:
|
||||
apiId: '611335'
|
||||
apiHash: d524b414d21f4d37f08684c1df41ac9c
|
||||
receiveMessage: false
|
||||
proxy:
|
||||
ip: ''
|
||||
port: 0
|
||||
MTProxy: false
|
||||
secret: ''
|
||||
socksType: 5
|
||||
timeout: 2
|
||||
username: ''
|
||||
password: ''
|
||||
embedding:
|
||||
# Embedding provider (openai or ollama)
|
||||
provider: openai
|
||||
# Embedding model
|
||||
model: text-embedding-3-small
|
||||
# API key for provider
|
||||
apiKey: your_openai_api_key
|
||||
# Optional, available dimensions: 1536, 1024, 768. Default dimension is 1536. #If using gemini-embedding-exp-03-07, choose 768
|
||||
dimension: 1536
|
||||
# Optional, for custom API providers
|
||||
apiBase: 'https://api.openai.com/v1'
|
||||
Reference in New Issue
Block a user