feat: Introduce external API endpoints with API key authentication and re-enable Whisper transcription and Ollama summarization.
This commit is contained in:
+3
-3
@@ -18,6 +18,6 @@ AI_PROVIDER=local
|
||||
OPENAI_API_KEY=
|
||||
|
||||
# Local AI (Ollama & Whisper)
|
||||
LOCAL_WHISPER_URL=http://localhost:8000
|
||||
LOCAL_OLLAMA_URL=http://localhost:11434
|
||||
LOCAL_LLM_MODEL=llama3
|
||||
LOCAL_WHISPER_URL=http://t-800:9000
|
||||
LOCAL_OLLAMA_URL=http://t-800:11434
|
||||
LOCAL_LLM_MODEL=llama3.2:3b
|
||||
|
||||
Reference in New Issue
Block a user