Skip to content

Commit

Permalink
Hitesh/patch release 1.22.3 (#4620)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 authored Jun 19, 2024
1 parent 4a0f385 commit 3af9622
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a

### Changed

## 1.22.3

### Fixed

- Autocomplete: Fixed model identifier name for language specific fine-tuned models. [pull/4619](https://github.com/sourcegraph/cody/pull/4619)

## 1.22.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cody-ai",
"private": true,
"displayName": "Cody: AI Coding Assistant with Autocomplete & Chat",
"version": "1.22.2",
"version": "1.22.3",
"publisher": "sourcegraph",
"license": "Apache-2.0",
"icon": "resources/cody.png",
Expand Down
2 changes: 1 addition & 1 deletion vscode/src/completions/providers/fireworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class FireworksProvider extends Provider {
'python',
].includes(languageId)
) {
return FIREWORKS_FIM_FINE_TUNED_MODEL_HYBRID
return FIREWORKS_FIM_LANG_SPECIFIC_MODEL_MIXTRAL
}
return 'starcoder-hybrid'
}
Expand Down

0 comments on commit 3af9622

Please sign in to comment.