magma-labs / magma-chat

Ruby on Rails 7-based ChatGPT Bot Platform
https://magmachat.ai
Other
209 stars 26 forks source link

renamed main Chat object to Conversation #57

Closed obie closed 1 year ago

obie commented 1 year ago

Renamed in order to make clear that a conversation is a long-lived exchange of messages between humans and bots and at a different abstraction layer than Magma::Chat which is the representation of the GPT chat operation.