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

Switched back to the completion API #57

Open
wants to merge 1 commit into
base: leap
Choose a base branch
from
Open

Conversation

KasraF
Copy link

@KasraF KasraF commented Jan 23, 2024

Switched back to the completion API using the gpt-3.5-turbo-instruct model.

It worked almost out of the box, but there was a strange issue where,
when triggered on a line with indentation, it keeps adding a newline and the same indentation
(so almost all completions start with an empty line).
I wrote a postprocessing function in LeapInterfaces.ts to fix that before getting to the user.

Please test it out (it is deployed on the web) and merge if you're happy with it :)

@KasraF KasraF added the LEAP Anything specifically about LEAP. label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LEAP Anything specifically about LEAP.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant