#How do I use anime names
1 messages · Page 1 of 1 (latest)
Hi @small swift. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
If you are having trouble using anime character names (for example, in transcriptions or prompts) because they are being misspelled or not recognized, there are a few techniques you can use with OpenAI models:
For Speech-to-Text (Whisper)
-
Use the
promptparameter: You can pass a list of names (such as anime character names) in thepromptparameter when transcribing audio. This helps Whisper recognize and correctly spell uncommon or specific names. For example:transcription = client.audio.transcriptions.create( model="whisper-1", file=audio_file, response_format="text", prompt="Naruto, Sasuke, Goku, Luffy, Ichigo, Deku, Todoroki" )Note: The prompt is limited to 224 tokens, so keep your list concise. This technique is especially useful for names that Whisper might otherwise misspell or not recognize. You can also use a more natural sentence-style prompt, such as:
"Naruto and Sasuke fought in the final battle."
This can help the model learn the correct context and spelling for the names you care about Whisper prompting guide.
For Text Generation
- Prompt Engineering: If you are generating text and want the model to use specific anime names, include those names in your prompt or as part of a system message. Providing clear context and examples can help the model use the names correctly Best practices for prompt engineering.
Policy Considerations
- Usage Policies: Ensure that your use of anime names and fight scenarios does not violate OpenAI’s Usage Policies. For example, avoid generating content that is violent, explicit, or otherwise prohibited by the policies.
If you are still unable to use certain names, it may be due to content moderation or policy restrictions. In such cases, review the error messages you receive and consult OpenAI’s policies for further guidance.
If you need more specific help, please provide details about the exact error or issue you are encountering.
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@small swift Kapa.ai is still learning and improving, please let me know how I did by reacting below.
It keeps telling me a violation to the terms when I use anime names