Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.14.0 #341

Merged
merged 2 commits into from
Mar 7, 2024
Merged

chore: release v0.14.0 #341

merged 2 commits into from
Mar 7, 2024

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Mar 6, 2024

try: https://github.com/sigoden/aichat/releases/tag/v0.14.0-rc1

Breaking Changes

Compress session automaticlly (#333)

When the total number of tokens in the session messages exceeds compress_threshold, aichat will automatically compress the session.

This means you can chat forever in the session.

The default compress_threshold is 2000, set this value to zero to disable automatic compression.

Rename max_tokens to max_input_tokens (#339)

To avoid misunderstandings. The max_input_tokens also be referred to as context_window.

    models:
      - name: mistral
--      max_tokens: 8192
++      max_input_tokens: 8192

New Models

  • claude

    • claude:claude-3-opus-20240229
    • claude:claude-3-sonnet-20240229
    • claude:claude-2.1
    • claude:claude-2.0
    • claude:claude-instant-1.2
  • mistral

    • mistral:mistral-small-latest
    • mistral:mistral-medium-latest
    • mistral:mistral-larget-latest
    • mistral:open-mistral-7b
    • mistral:open-mixtral-8x7b
  • ernie

    • ernie:ernie-3.5-4k-0205
    • ernie:ernie-3.5-8k-0205
    • ernie:ernie-speed

Chat-REPL Changes

  • -c/--code generate code only (#327)

Commmand Changes

  • .clear messages to clear session messages (#332)

Miscellence

  • shell integrations (#323)
  • allow overriding execute/code role (#331)

@sigoden sigoden merged commit c3677e3 into main Mar 7, 2024
3 checks passed
@sigoden sigoden deleted the chore-release branch March 7, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant