Zack Saadioui
8/27/2024
1
2
3
4
plaintext
FROM llama3
PARAMETER temperature 0.5
SYSTEM "You are a friendly chatbot here to assist users with any inquiries."
1
2
plaintext
SYSTEM "You are a savvy financial analyst. Always provide data-driven insights only, and avoid personal opinions."
1
2
3
4
plaintext
PARAMETER temperature 0.8
PARAMETER top_k 40
PARAMETER top_p 0.9
1 2
template "{{ .Response }}" PARAMETER stop "<[STOP]>"
Copyright © Arsturn 2024