summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-01fix: :bug: bug when highlighting code prior to context_manager creationNate Sesti
2023-08-01refactor: :loud_sound: show errors to IDE before GUI connectedNate Sesti
2023-08-01docs: :memo: custom policies documentationNate Sesti
2023-08-01docs: :memo: make ollama docs more clearNate Sesti
2023-08-01docs: :memo: ollama customization docsNate Sesti
2023-07-31feat: :egg: getting to know users formNate Sesti
2023-07-31fix: :memo: small fix in troubleshooting.mdNate Sesti
2023-07-31docs: :memo: improved troubleshooting docsNate Sesti
2023-07-31docs: :memo: troubleshooting continue docsNate Sesti
2023-07-31Merge pull request #330 from continuedev/ollamaNate Sesti
Llama-2 support with Ollama
2023-07-31feat: :sparkles: llama-2 supportNate Sesti
2023-07-31Merge branch 'main' into ollamaNate Sesti
2023-07-31Merge pull request #318 from lun-4/llm-object-configNate Sesti
make Config receive LLM objects
2023-07-31Merge branch 'main' into llm-object-configNate Sesti
2023-07-31docs: :memo: update docs about small/large model rolesNate Sesti
2023-07-31Merge pull request #329 from 3cognito/update-readmesTy Dunn
point links to correct paths
2023-07-31point links to correct pathsTommy
2023-07-31docs: :memo: update documentation for LLMs in config.pyNate Sesti
2023-07-31Merge branch 'main' into llm-object-configNate Sesti
2023-07-31fix: :lipstick: logo alignment, better config failure description, patchNate Sesti
2023-07-31Merge pull request #327 from continuedev/at-embedNate Sesti
At embed
2023-07-31Merge branch 'main' into at-embedNate Sesti
2023-07-31feat: :technologist: bit of customization for DefaultPolicyNate Sesti
2023-07-30feat: :sparkles: ollama LLM classNate Sesti
2023-07-30fix: :bug: test and fix small issues with GGMLNate Sesti
2023-07-30fix: :bug: post-merge fixesNate Sesti
2023-07-30Merge remote-tracking branch 'continuedev/main' into ↵Nate Sesti
llm-object-config-merge-main
2023-07-30fix: :children_crossing: use default model in default config.pyNate Sesti
2023-07-30let content_length be customized on GGMLLuna
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 ↵Nate Sesti
sdk.models.medium/etc.
2023-07-30refactor: :construction: refactor so server runs until requesting modelNate Sesti
2023-07-29feat: :sparkles: FileTreeContextProviderNate Sesti
also pass workspace_dir: str to provide_context_items
2023-07-29feat: :sparkles: EmbeddingContextProviderNate Sesti
2023-07-29docs: :memo: use hardcoded help info if no user_inputNate Sesti
2023-07-29docs: :memo: improved /help prompt (don't hallucinate slash commands)Nate Sesti
2023-07-29fix: serve to localhostNate 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
required as they're part of the config class
2023-07-29chore: :bookmark: patchNate Sesti
2023-07-29fix: :goal_net: display errors in SimpleChatStepNate Sesti
2023-07-29feat: :loud_sound: display any server errors to the GUINate Sesti
2023-07-28fix: :children_crossing: clear the dropdown after text input clearedNate Sesti
2023-07-28fix: :children_crossing: add slash commands to default configNate Sesti