summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-30fix argument passing from MaybeServer to real LLMLuna
2023-07-30fix ProxyServer client session usageLuna
2023-07-30fix GGML client session usageLuna
2023-07-30refactor: :recycle: clean up LLM-specific constants from util filesNate Sesti
2023-07-30refactor: :construction: rename get_api_key -> get_user_secretNate Sesti
2023-07-30refactor: :zap: turn GGML's aiohttp.AsyncSession into an instance attributeNate Sesti
2023-07-30refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.me...Nate Sesti
2023-07-30refactor: :construction: refactor so server runs until requesting modelNate Sesti
2023-07-29make the MaybeProxy correctly instantiate the real LLMLuna
2023-07-29fix missing attributes in ModelsLuna
2023-07-29turn Models and LLM into pydantic-compatible classesLuna
2023-07-28make Models fetch LLM secret field declarativelyLuna
2023-07-28use large/medium/small role separation for llm configLuna
2023-07-28make Config receive LLM objectsLuna
2023-07-27Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-27fix: :bug: catch error when workspace uri isn't definedNate Sesti
2023-07-27Update how-to-use-continue.mdNate Sesti
2023-07-27Update getting-started.mdNate Sesti
2023-07-27chore: :bookmark: patchNate Sesti
2023-07-27Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-27fix: :loud_sound: fix logs to be sent from uvicornNate Sesti
2023-07-27Update CONTRIBUTING.mdNate Sesti
2023-07-27Update CONTRIBUTING.mdNate Sesti
2023-07-27Update customization.mdNate Sesti
2023-07-27chore: :bookmark: patchNate Sesti
2023-07-27feat: :technologist: button to view logs when loadingNate Sesti
2023-07-27Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-27feat: :loud_sound: give users access to Continue server logsNate Sesti
2023-07-27updating discord linkTy Dunn
2023-07-27chore: :bookmark: patchNate Sesti
2023-07-27fix: :adhesive_bandage: skip indexing really large filesNate Sesti
2023-07-27refactor: :children_crossing: accept 1 version difference before notifyingNate Sesti
2023-07-27revert: :fire: disable fallback_context_itemNate Sesti
2023-07-27Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-07-27fix: :bug: handle when vscode workspace not openNate Sesti
2023-07-27add version exampleTy Dunn
2023-07-27Create issue template config.ymlTy Dunn
2023-07-27Start issue templatesTy Dunn
2023-07-26fix: :lock: opt out of meilisearch analyticsNate Sesti
2023-07-26Update how-to-use-continue.mdTy Dunn
2023-07-26Update customization.mdTy Dunn
2023-07-26Update customization.mdTy Dunn
2023-07-26Update customization.mdTy Dunn
2023-07-26chore: :fire: remove sentry and segmentNate Sesti
2023-07-26fix: :ambulance: catch error from meilisearch client.healthNate Sesti
2023-07-26Merge pull request #299 from sanders41/close-clientNate Sesti
2023-07-26fix: :bug: async with Client (meilisearch)Nate Sesti
2023-07-26chore: :bookmark: patchNate Sesti
2023-07-26fix: :bug: fix dialog linksNate Sesti
2023-07-26Close Client after usePaul Sanders