Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
kere
k
kere
Offline
, last seen 2 months ago
Joined October 21, 2024
Contributions
Comments
Replies
k
kere
2 months ago
·
Setting system prompt with nvidia llama model
Hello,
Does anyone know how to set a system prompt when using the NVIDIA class ?
line : llm = NVIDIA(model="meta/llama-3.1-70b-instruct")
I want to use FunctionCallingAgent with the llm above but I couldnt figure how to set a prompt that defines its general purpose.
agent = FunctionCallingAgent.from_tools(
[discovery_tool],
llm=llm,
verbose=True,
)
3 comments
L
k