You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing ideas and did not find a similar one
I added a very descriptive title
I've clearly described the feature request and motivation for it
Feature request
We have a chat application and we recently updated the underlying model to Llama3. However, we had to hardcode the prompt formatting of Llama3 because Chatwrapper implementation doesn't support this model yet.
Motivation
We can implement a custom ChatModel but Llama3 is getting more popular everyday. So, it can be more efficient and clean to implement this within langchain_experimental.chat_models.llm_wrapper
Proposal (If applicable)
I propose adding a ChatWrapper implementation for Llama3. Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
We have a chat application and we recently updated the underlying model to Llama3. However, we had to hardcode the prompt formatting of Llama3 because Chatwrapper implementation doesn't support this model yet.
Motivation
We can implement a custom ChatModel but Llama3 is getting more popular everyday. So, it can be more efficient and clean to implement this within langchain_experimental.chat_models.llm_wrapper
Proposal (If applicable)
I propose adding a ChatWrapper implementation for Llama3. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions