feat: archive

This commit is contained in:
莘权 马 2023-08-25 21:10:14 +08:00
parent 5f16d6e853
commit 799dbd396e
10 changed files with 291 additions and 5 deletions

17
.well-known/skills.yaml Normal file
View file

@ -0,0 +1,17 @@
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