cl-openai/readme.md

28 lines
462 B
Markdown
Raw Normal View History

2024-09-09 20:58:41 -04:00
# Common Lisp OpenAI interface
We're currently using DRAKMA. Dexador is supported probably. Is there
something like Clack for http clients yet?
Anyway, it's an OpenAI client library. You can currently:
- Prompt
- Text To Speech (TTS)
- List available models
- Authenticate with bearer token
# Voices
Experiment with different voices:
- alloy
- echo
- fable
- onyx
- nova
# TODO
- Conversations API (WIP)
- Store conversations in local DB?
- Vision (WIP)