Prompt template working

This commit is contained in:
Cyber MacGeddon 2025-04-16 23:48:11 +01:00
parent 44b1d7e508
commit b110af41fb
15 changed files with 380 additions and 526 deletions

View file

@ -11,11 +11,9 @@ llm = LlmClient(
)
system = "You are a lovely assistant."
prompt="Write a funny limerick about a llama"
prompt="what is 2 + 2 == 5"
resp = llm.request(system, prompt)
print(resp)