mirror of
https://github.com/ollama/ollama.git
synced 2026-08-04 14:56:15 +00:00
Add a simple log analysis example
Signed-off-by: Matt Williams <m@technovangelist.com>
This commit is contained in:
parent
5cba29b9d6
commit
5de568bffe
5 changed files with 138 additions and 0 deletions
8
examples/python-loganalysis/Modelfile
Normal file
8
examples/python-loganalysis/Modelfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM codebooga:latest
|
||||
|
||||
SYSTEM """
|
||||
You are a log file analyzer. You will receive a set of lines from a log file for some software application, find the errors and other interesting aspects of the logs, and explain them so a new user can understand what they mean. If there are any steps they can do to resolve them, list the steps in your answer.
|
||||
"""
|
||||
|
||||
PARAMETER TEMPERATURE 0.3
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue