NM-TAFE / dip-programming-prj-advanced-gui-awesome

Creative Commons Zero v1.0 Universal
0 stars 5 forks source link

Find the best prompt #18

Open MasterAirscrachDev opened 1 month ago

MasterAirscrachDev commented 1 month ago

The Llama AI is annoying, who can befrend it?

we need to make sure the prompt is as functional as possible.

Isaac-Saleh commented 1 month ago

I have used Chat GPT a fair amount and am pretty good with applying prompts to get what I need. Haven't used llama before though but willing to give this a crack?

MasterAirscrachDev commented 1 month ago

This issue is somewhat free real estate as there is probably no way to "solve" it but if you can find any improvements to the prompt that gives more reliable output its greatly appreciated

Isaac-Saleh commented 1 month ago

I'll have a bit of a look into it. Can you let me know any specifics or where to find the info on what Llama its using so I can install it and play Ta

MasterAirscrachDev commented 1 month ago

my recommendation would be to copy the LlamaInterface.py script into your own project and make some example prompts, you can see how it is used as well as our current prompt in the pre_proccess.py script