We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @JulianSampels, Could you help @Tazio-Faha in adapting the codes for getting all the prompts from results_prompts and save them in a similar format here ?
ODS_project_student/src/llm-prompting/LLM_answer.py
Lines 43 to 53 in a173708
Thanks in advance, Best.
The text was updated successfully, but these errors were encountered:
in ProjectODS.py implemented load and save for prompts #23 #29
771c7d3
@Tazio-Faha I implemented the import and export for all the prompts which need to be run on the llm. Just call your llm function here:
ODS_project_student/src/ProjectODS.py
Lines 161 to 162 in 771c7d3
prompt need to be run on the llm and the result needs to be saved to yesOrNo so call something like
prompt
yesOrNo
yesOrNo = llm(prompt)
Sorry, something went wrong.
added running prompts on llm #29
80b239e
Tazio-Faha
JulianSampels
No branches or pull requests
Hi @JulianSampels,
Could you help @Tazio-Faha in adapting the codes for getting all the prompts from results_prompts and save them in a similar format here ?
ODS_project_student/src/llm-prompting/LLM_answer.py
Lines 43 to 53 in a173708
Thanks in advance,
Best.
The text was updated successfully, but these errors were encountered: