Skip to content

1.1.0 - add examples, setup requirements.txt, improve documentation

Choose a tag to compare

@polsci polsci released this 11 Aug 08:06
· 13 commits to master since this release

[1.1.0] - 2024-08-11

Added:

  • README.md
  • CHANGELOG.md
  • requirements.txt
  • .gitignore
  • filename length limits in examples 2 and 3 to handle long file names (thanks Viet Anh)
  • encoding variable added to csv reads and writes so user can set file encoding
  • example 4 (chat-bot-like example with memory of previous text)
  • example 5 (example of saving generated structured data to CSV)
  • note about temperature

Changed:

  • query_llm function and notebook text updated to indicate how to modify OpenAI API compatible completions APIs.
  • revised notebook text to explain api_url
  • install line changed to use requirements.txt
  • temperature set for all examples