php-llm / llm-chain

PHP library for building LLM-based features and applications.
MIT License
12 stars 3 forks source link

LLama prompt #135

Closed OskarStark closed 1 month ago

OskarStark commented 1 month ago

Still untested 😄

https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_1/#-supported-roles-

chr-hertel commented 1 month ago

Can test later 👍

OskarStark commented 1 month ago

Added some unit tests, code is ugly

chr-hertel commented 1 month ago

works :sunglasses: :+1:

image

Thanks @OskarStark!