MetaGPT/.well-known/skills.yaml
2023-08-25 21:10:14 +08:00

17 lines
468 B
YAML

entities:
Assistant:
skills:
- name: text_to_speech
description: Text-to-speech
requisite:
- AZURE_TTS_SUBSCRIPTION_KEY
- AZURE_TTS_REGION
- name: text_to_image
description: Create a drawing based on the text.
requisite:
- OPENAI_API_KEY
- METAGPT_TEXT_TO_IMAGE_MODEL
- name: text_to_embedding
description: Convert the text into embeddings.
requisite:
- OPENAI_API_KEY