DAMO-NLP-SG / DAMO-NLP-SG/LLM-R2

Demonstration question

Open
#11 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.