Prompting for specific context. #84
-
Is there a way to prompt the utility with words for a certain context when it struggles to pick narrowly-used terms (e.g. Japanese origin words used in martial arts videos)? |
Beta Was this translation helpful? Give feedback.
Answered by
abdeladim-s
Nov 17, 2023
Replies: 1 comment
-
@bchkv, I think the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bchkv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bchkv, I think the
prompt
parameter can be used for this type of use cases.If you are using
openai/whisper
for example, you can provide the prompt through theprompt
config.Other models can be used the same way if they provide a
prompt
config, you can check the docs to know the available configs for every model.