BoxcarsAI / boxcars

Building applications with composability using Boxcars with LLM's. Inspired by LangChain.
MIT License
434 stars 39 forks source link

make a new type of prompt that uses conversations #38

Closed francis closed 1 year ago

francis commented 1 year ago

chatGPT has a new API that uses roles and messages. Let's see if we can build a new ConversationPrompt to utilize.