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

OpenAI chat and general function update #122

Closed KonstantinHebenstreit closed 1 year ago

KonstantinHebenstreit commented 1 year ago

openai_chat included. in config set: "api_service": "openai_chat", "engine": "gpt-3.5-turbo",

functions for selecting generated cots: coll = Collection.load_thoughtsource_100() coll.select_generated_cots(author='thoughtsource')