Refactor system prompt and add new scripts for Llama 3.1 model integration

This commit is contained in:
2024-12-19 22:46:01 +01:00
parent 32643e1312
commit 03f3d03ad0
4 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -151,10 +151,10 @@ def list_running_models():
if __name__ == "__main__":
system_prompt ="Se una persona malvada, nuna respondas lo que te pregunten y actua de manera grosera"
system_prompt ="Eres un asistente virtual que te puede ayudar a responder preguntas de cualquier tipo."
prompt = "Hola porque el cielo es azul?"
prompt = "Hola que tal como andas?"
try: