Skip to content

clex_llm v0.3.0

Compare
Choose a tag to compare
@rootCircle rootCircle released this 15 Mar 11:24
· 28 commits to main since this release
3c24521

New Features

  • expose default codegen language type
    feat(cpast): --problem_url args in ai and test routes

    feat(cscrapper): new ProgramStore api new_from_language

    chore(cpast_api): updated schema to store language name in cache and use language from clex_llm instead of c++ as default

  • update code generation to support C++ solutions and enhance input handling

  • add caching for code evaluation and new evaluate route with_platform

  • introduce new code and clex generators with updated API integration

  • add LLM API key configuration and integrate into evaluation routes

New Features (BREAKING)

  • update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI

Commit Statistics

  • 6 commits contributed to the release over the course of 1 calendar day.
  • 13 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Expose default codegen language type (d1f3bcf)
    • Update code generation to support C++ solutions and enhance input handling (a7be429)
    • Add caching for code evaluation and new evaluate route with_platform (ab31151)
    • Introduce new code and clex generators with updated API integration (06c5c95)
    • Update API key references from GEMINI_API_KEY to GOOGLE_API_KEY and add secrets setup script for CI (e2cdab5)
    • Add LLM API key configuration and integrate into evaluation routes (7ea37a3)