Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
test – AI Model by louishunter | AlphaNeural AI
You can deploy this model and start earning money today!
louishunter
/
test
like
0
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
from transformers import pipeline
messages = [ {"role": "user", "content": "Who are you?"}, ] pipe = pipeline("text-generation", model="meta-llama/Llama-3.3-70B-Instruct") pipe(messages)