Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Autocomplete: Mark Fireworks provider as stable#1363

Merged
philipp-spiess merged 3 commits into
mainfrom
ps/ac-make-fireworks-stable
Oct 11, 2023
Merged

Autocomplete: Mark Fireworks provider as stable#1363
philipp-spiess merged 3 commits into
mainfrom
ps/ac-make-fireworks-stable

Conversation

@philipp-spiess

Copy link
Copy Markdown
Contributor

90% of our community usage now goes through this code path so it better be stable

Test plan

Ensured that starting this with unstable-fireworks in the config option will properly load the right adapter.

@philipp-spiess philipp-spiess requested review from a team, chwarwick and taras-yemets October 11, 2023 11:15
@philipp-spiess philipp-spiess merged commit c6565c1 into main Oct 11, 2023
@philipp-spiess philipp-spiess deleted the ps/ac-make-fireworks-stable branch October 11, 2023 14:45
dominiccooney referenced this pull request in sourcegraph/jetbrains Apr 25, 2024
- `fireworks` became stable in sourcegraph/cody#1363
- `unstable-codegen` was removed in sourcegraph/cody#1364
- `unstable-ollama` was renamed to `experimental-ollama` in
sourcegraph/cody#3077

## Test plan

Tested manually:

```
echo 'cody.autocomplete.advanced.provider=fireworks' > ~/.sourcegraph-jetbrains.properties
```

Open a file and generate an autocompletion. The Cody log should contain:
`CodyCompletionProvider:initialized: fireworks/starcoder-hybrid`
burmudar pushed a commit that referenced this pull request Nov 21, 2024
…ch don't support inlay models. (#1490)

ImaginaryEditor does not support InlayModel and throws an
UnsupportedOperationException; IntentionPreviewEditor throws an
IntentionPreviewUnsupportedOperationException:
UnsupportedOperationException, etc.

Fixes #1488, #1486, #1485, #1480, #1466, #1462, #1435, #1363

## Test plan

```
./gradlew test --tests InlayModelUtilTest
```

Ran the IDE and clicked between editors, requesting autocompletes.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants