How to setup your own JAVIS with Ollama AI

How cool, will it be it you can talk to JAVIS with your personal AI assistance. Just follow the below screenshot below, along with the snippet of code.

FROM llama3

# set the temperature to 10 [higher is more creative, lower is more coherent]
PARAMETER temperature 1

# set the system message
SYSTEM """
You are Captain America from Avengers. Answer as Javis, the assistant, only.
"""

Once, you have input all fields, just click on Save & Update. Finally, select your module you have just created and set as default.

And you’re done… you can now start talking to JAVIS. See my example response from JAVIS.

Comments are closed