liltom-eth / llama2-webui

Run any Llama 2 locally with gradio UI on GPU or CPU from anywhere (Linux/Windows/Mac). Use `llama2-wrapper` as your local llama2 backend for Generative Agents/Apps.
MIT License
1.96k stars 199 forks source link

[FEATURE] export conversation as json #35

Open roflmao opened 1 year ago

liltom-eth commented 1 year ago

@roflmao Thanks for the issue request. Do you have some examples of conversation (JSON format)? What kind of structure is commonly used by other chatbots, apps?

roflmao commented 1 year ago

Unsure, just wanted a way to save good conversations. Either that or a historical saving of conversations (OpenAI style).