Commit
·
d2c4233
1
Parent(s):
1d5a084
removng the asterisk and adding a specific model
Browse files
main.py
CHANGED
@@ -29,7 +29,7 @@ if not HF_API_KEY:
|
|
29 |
# I can change these! Smaller Whisper models (base, small, medium) are faster.
|
30 |
# Different LLMs have different strengths.
|
31 |
ASR_MODEL = "openai/whisper-large-v3"
|
32 |
-
LLM_MODEL = "meta-llama/Llama-2
|
33 |
|
34 |
# Initialize the Hugging Face Inference Client
|
35 |
# Handles authentication using the API key automatically
|
|
|
29 |
# I can change these! Smaller Whisper models (base, small, medium) are faster.
|
30 |
# Different LLMs have different strengths.
|
31 |
ASR_MODEL = "openai/whisper-large-v3"
|
32 |
+
LLM_MODEL = "meta-llama/Llama-2-7b-chat-hf"
|
33 |
|
34 |
# Initialize the Hugging Face Inference Client
|
35 |
# Handles authentication using the API key automatically
|