This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Interface CLI
Henrique Espindola edited this page Apr 7, 2023
·
1 revision
Chloe can also be used as a command line interface. This is useful for testing purposes.
./chloe <command>
Feature | Supported |
---|---|
Completion | Yes |
Image Generation | Yes |
Text-to-Speech | Yes |
Transcription | No |
The following commands are available:
- complete [args] - Complete the given text using OpenAI's ChatGPT
- generate [args] - Generate an image using DALL-E
- tts [args]- Converts text to speech
- forget - Wipe all context and reset the conversation with the bot
If you call complete without any arguments, it will start a REPL.
./chloe complete
complete.webm
Got any question? Feel free to open an issue or start a discussion!