Spaces:
Runtime error
Runtime error
Commit
·
10351a2
1
Parent(s):
6a3f9b4
adding open llama
Browse files- __pycache__/whisper_app.cpython-310.pyc +0 -0
- app.py +1 -1
__pycache__/whisper_app.cpython-310.pyc
ADDED
Binary file (2.78 kB). View file
|
|
app.py
CHANGED
@@ -76,7 +76,7 @@ def audio_processor(wav_file,API_key,wav_model='small',llm='HuggingFace',tempera
|
|
76 |
|
77 |
if llm == 'HuggingFace':
|
78 |
chat = llm_ops.get_hugging_face_model(
|
79 |
-
model_id="
|
80 |
API_key=API_key,
|
81 |
temperature=temperature,
|
82 |
max_tokens=max_tokens
|
|
|
76 |
|
77 |
if llm == 'HuggingFace':
|
78 |
chat = llm_ops.get_hugging_face_model(
|
79 |
+
model_id="VMware/open-llama-7B-open-instruct",
|
80 |
API_key=API_key,
|
81 |
temperature=temperature,
|
82 |
max_tokens=max_tokens
|