OpenBioLink / ThoughtSource

A central, open resource for data and tools related to chain-of-thought reasoning in large language models. Developed @ Samwald research group: https://samwald.info/
MIT License
863 stars 69 forks source link

print warning only once if multiple datasets #93

Closed KonstantinHebenstreit closed 1 year ago

KonstantinHebenstreit commented 1 year ago

Move the warning call for external APIs from the generate funciton to the general dataloader. Then we can also compute number of calls for multiple datasets. Just one warning if cots for multiple datasets are generated.