mirror of
https://github.com/run-llama/voice-chat-pdf.git
synced 2026-06-30 22:27:54 -04:00
12 lines
255 B
Bash
12 lines
255 B
Bash
# The provider for the AI models to use.
|
|
MODEL_PROVIDER=openai
|
|
|
|
# The name of LLM model to use.
|
|
MODEL=gpt-4o-mini
|
|
|
|
# Name of the embedding model to use.
|
|
EMBEDDING_MODEL=text-embedding-3-large
|
|
|
|
# Dimension of the embedding model to use.
|
|
EMBEDDING_DIM=1024
|