Skip to content

Commit

Permalink
deploy: aff80c5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
0 parents commit f7ce027
Show file tree
Hide file tree
Showing 36 changed files with 17,554 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 00_core_files/figure-html/cell-111-output-1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
95 changes: 95 additions & 0 deletions CHANGELOG-commonmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@


# Release notes

<!-- do not remove -->

## 0.1.0

### Breaking Changes

- `tool_choice` is no longer a `Chat` instance variable; instead it is a
parameter to `Chat.__call__`

### New Features

- Add `temp` param to `Chat`
([\#38](https://github.com/AnswerDotAI/claudette/issues/38))

### Bugs Squashed

- `pr` included but not used
([\#37](https://github.com/AnswerDotAI/claudette/issues/37))
- fix tool use bug
([\#35](https://github.com/AnswerDotAI/claudette/pull/35)), thanks to
[@comhar](https://github.com/comhar)

## 0.0.10

### New Features

- Add `Client.structured`
([\#32](https://github.com/AnswerDotAI/claudette/issues/32))
- Use `dict2obj`
([\#30](https://github.com/AnswerDotAI/claudette/issues/30))
- Store tool call result without stringifying
([\#29](https://github.com/AnswerDotAI/claudette/issues/29))

## 0.0.9

### New Features

- Async support
([\#21](https://github.com/AnswerDotAI/claudette/issues/21))

## 0.0.7

### New Features

- Prompt caching
([\#20](https://github.com/AnswerDotAI/claudette/issues/20))
- add markdown to doc output
([\#19](https://github.com/AnswerDotAI/claudette/issues/19))
- Support vscode details tags
([\#18](https://github.com/AnswerDotAI/claudette/issues/18))
- Add a `cont_pr` param to Chat as a “default” prompt
[\#15](https://github.com/AnswerDotAI/claudette/pull/15)), thanks to
[@tom-pollak](https://github.com/tom-pollak)

### Bugs Squashed

- Explicit `tool_choice` causes chat() to call tool twice.
([\#11](https://github.com/AnswerDotAI/claudette/issues/11))

## 0.0.6

### New Features

- Default chat prompt & function calling refactor
([\#15](https://github.com/AnswerDotAI/claudette/pull/15)), thanks to
[@tom-pollak](https://github.com/tom-pollak)

## 0.0.5

### New Features

- Better support for stop sequences
([\#12](https://github.com/AnswerDotAI/claudette/pull/12)), thanks to
[@xl0](https://github.com/xl0)

## 0.0.3

### New Features

- Amazon Bedrock and Google Vertex support
([\#7](https://github.com/AnswerDotAI/claudette/issues/7))

### Bug Fixes

- Update model paths for non-beta tool use
([\#2](https://github.com/AnswerDotAI/claudette/pull/2)), thanks to
[@sarahpannn](https://github.com/sarahpannn)

## 0.0.1

- Initial release
Loading

0 comments on commit f7ce027

Please sign in to comment.