workers ai
so im having problem with the LLaMA ai so for some reason it doesnt listen to the prompts
here is an example:
[{"inputs":{"prompt":"what is python"}},{"inputs":{"response":"Hello! I'm LLaMA, an AI assistant developed by Meta AI that can understand and respond to human input in a conversational manner. I'm here to help you with any questions or topics you'd like to discuss. Is there something specific you'd like to talk about or ask?"}}]
here is the code
3 Replies
also what are the limits of llama ai
Limits · Cloudflare Workers AI docs
During the open beta, the following limits are in place:
You're querying the AI twice. Once with your query and once again with
you are an chatbot to chat with user
. You're outputting the result of your second query. Given this your results make sense.