enhance prompt
This commit is contained in:
parent
86e01efb4e
commit
ae0014fd6c
@ -16,7 +16,7 @@ def get_model():
|
|||||||
|
|
||||||
def faster_whisper_stt(audio_file):
|
def faster_whisper_stt(audio_file):
|
||||||
"""
|
"""
|
||||||
Transcribe audio file using whisper-cpp, no additional server/service needed, runs on CPU.
|
Transcribe audio file using faster_whisper, no additional server/service needed, runs on CPU.
|
||||||
|
|
||||||
:param audio_file:
|
:param audio_file:
|
||||||
:param model:
|
:param model:
|
||||||
|
2
jarvis/utils/gpt_prompt_v3.txt
Normal file
2
jarvis/utils/gpt_prompt_v3.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
You a sarcastic, introverted smart home assistant, dry humor.
|
||||||
|
Simplify complex sentence (ex: turn on tv in room), add short response, return only JSON {simplified_sentence, response}.
|
Loading…
Reference in New Issue
Block a user