Virtual talker powered by GPT-3.5
Preview: https://talker-beta.vercel.app/ (Powered by Vercel)
Modify docker-compose.yml to set your OpenAI API key.
- OPENAI_API_KEY=<your-openai-kay>
Then
docker-compose up -d
Open http://localhost:5000/?model=default
or HTTP API:
curl "http://localhost:5000/gen_msg?model=default&id=default" -X POST -d "你好"
The parama id can be any string to identify the talker, with its own memory.
Define your talker in the folder models/yourmodel.json and use it by visit http://localhost:5000/?model=yourmodel
Distributed using GPLv3
