DAMO-NLP-SG / DAMO-NLP-SG/LLM-R2
Demonstration question
Open
- Dominant language
- Python
- Stars
- 54
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hi again,
I appreciate all of your help. Just wondering why you only send the prompt to the query turbo mode if the first demonstration has a rule transform?
```
if str(rules_list_0) != "['Empty List']":
trys = 0
gpt_output_s = query_gpt_attempts(sim_prompt, trys)
gpt_rules_s = filter_gpt_output(gpt_output_s)
else:
gpt_rules_s = []
```
Thanks again,
Matt
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.