Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 762 Bytes

example-23-emoji-chatbot.md

File metadata and controls

25 lines (16 loc) · 762 Bytes

Emoji chatbot

Generate conversational replies using emojis only.

Example Usage

curl --location --request PUT 'https://api.openai.lawrencemcdaniel.com/examples/default-emoji-chatbot' \
--header 'x-api-key: YOUR-API-GATEWAY-KEY' \
--header 'Content-Type: application/json' \
--data '{"How are you?"}'

Example results

Official Documentation

OpenAI Playground