Skip to content

v0.0.8

Choose a tag to compare

@amotl amotl released this 28 Jul 09:45

What's Changed

  • Outline: Shrank llms-txt output to <200_000 input tokens
  • Bundle: Added "count-tokens" procedure to inform about the size
    of the outcome. Sonnet and Opus are limited to 200_000 input tokens.
  • Query: Added a few more example questions specific to CrateDB
  • Naming things: Renamed OutlineItems.to_dict to OutlineItems.to_list
  • Prompt (instructions.md): Reorganized and improved the CrateDB prompt
    instructions for clarity and structure

Details

  • Outline: Shrink llms-txt output to <200_000 input tokens by @amotl in #57
  • Bundle: Added "count-tokens" procedure to inform about the size by @amotl in #59
  • Query: Add a few more example questions specific to CrateDB by @amotl in #60
  • Naming things: Rename OutlineItems.to_dict to OutlineItems.to_list by @amotl in #61
  • Prompt: Reorganize and improve instructions about working with CrateDB by @amotl in #62

Full Changelog: v0.0.7...v0.0.8