AlbertRapp / tidychatmodels

Chat With All Kinds of AI Models Through a Common Interface
https://tidychatmodels.albert-rapp.de/
Other
110 stars 8 forks source link

Enforce that messages are length 1 vectors #13

Open AlbertRapp opened 6 months ago

AlbertRapp commented 6 months ago

In add_message() I need to ensure that the content is a length 1 vector. For example using the output of read_lines() results in a 400 Bad request.