41 lines
1.4 KiB
Bash
41 lines
1.4 KiB
Bash
|
|
TTS_BACKEND_URL=https://api.tts.d-popov.com/
|
|
#TTS_BACKEND_URL=http://192.168.0.10:9009/asr
|
|
#TTS_BACKEND_URL=http://localhost:9001/asr #gpu 9002-cpu
|
|
TTS_BACKEND_URL2=http://localhost:9002/asr
|
|
TTS_BACKEND_URL3=http://192.168.0.10:9008/asr #gpu
|
|
#! TTS_BACKEND_URL4=http://192.168.0.10:9009/asr #cpu 9008-gpu
|
|
# WS_URL=ws://localhost:8080
|
|
PUBLIC_HOSTNAME=tts.d-popov.com
|
|
WS_URL=wss://tts.d-popov.com
|
|
SERVER_PORT_WS=8080
|
|
SERVER_PORT_HTTP=3005
|
|
|
|
# aider
|
|
AIDER_MODEL=
|
|
AIDER_4=false
|
|
#AIDER_35TURBO=
|
|
|
|
# OPENAI_API_KEY=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
|
|
# OPENAI_API_BASE=https://api.deepseek.com/v1
|
|
# OPENAI_API_KEY=sk-99df7736351f4536bd72cd64a416318a
|
|
# AIDER_MODEL=deepseek-coder #deepseek-coder, deepseek-chat
|
|
|
|
|
|
GROQ_API_KEY=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
|
|
OPENAI_API_KEY=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
|
|
# aider --model groq/llama3-70b-8192
|
|
|
|
# List models available from Groq
|
|
# aider --models groq/
|
|
SUBSCRIPTION_ID='2217755'
|
|
|
|
|
|
# This was inserted by `prisma init`:
|
|
# Environment variables declared in this file are automatically made available to Prisma.
|
|
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
|
|
|
|
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
|
|
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
|
|
|