index
:
sncontinue.git
cleanup
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
continuedev
Age
Commit message (
Expand
)
Author
2023-08-01
fix: :bug: bug when highlighting code prior to context_manager creation
Nate Sesti
2023-08-01
refactor: :loud_sound: show errors to IDE before GUI connected
Nate Sesti
2023-08-01
docs: :memo: ollama customization docs
Nate Sesti
2023-07-31
feat: :sparkles: llama-2 support
Nate Sesti
2023-07-31
Merge branch 'main' into ollama
Nate Sesti
2023-07-31
Merge branch 'main' into llm-object-config
Nate Sesti
2023-07-31
point links to correct paths
Tommy
2023-07-31
docs: :memo: update documentation for LLMs in config.py
Nate Sesti
2023-07-31
Merge branch 'main' into llm-object-config
Nate Sesti
2023-07-31
fix: :lipstick: logo alignment, better config failure description, patch
Nate Sesti
2023-07-31
Merge branch 'main' into at-embed
Nate Sesti
2023-07-31
feat: :technologist: bit of customization for DefaultPolicy
Nate Sesti
2023-07-30
feat: :sparkles: ollama LLM class
Nate Sesti
2023-07-30
fix: :bug: test and fix small issues with GGML
Nate Sesti
2023-07-30
fix: :bug: post-merge fixes
Nate Sesti
2023-07-30
Merge remote-tracking branch 'continuedev/main' into llm-object-config-merge-...
Nate Sesti
2023-07-30
fix: :children_crossing: use default model in default config.py
Nate Sesti
2023-07-30
let content_length be customized on GGML
Luna
2023-07-30
fix argument passing from MaybeServer to real LLM
Luna
2023-07-30
fix ProxyServer client session usage
Luna
2023-07-30
fix GGML client session usage
Luna
2023-07-30
refactor: :recycle: clean up LLM-specific constants from util files
Nate Sesti
2023-07-30
refactor: :construction: rename get_api_key -> get_user_secret
Nate Sesti
2023-07-30
refactor: :zap: turn GGML's aiohttp.AsyncSession into an instance attribute
Nate Sesti
2023-07-30
refactor: :construction: replace all sdk.models.gpt35/etc. with sdk.models.me...
Nate Sesti
2023-07-30
refactor: :construction: refactor so server runs until requesting model
Nate Sesti
2023-07-29
feat: :sparkles: FileTreeContextProvider
Nate Sesti
2023-07-29
feat: :sparkles: EmbeddingContextProvider
Nate Sesti
2023-07-29
docs: :memo: use hardcoded help info if no user_input
Nate Sesti
2023-07-29
docs: :memo: improved /help prompt (don't hallucinate slash commands)
Nate Sesti
2023-07-29
fix: serve to localhost
Nate Sesti
2023-07-29
make the MaybeProxy correctly instantiate the real LLM
Luna
2023-07-29
fix missing attributes in Models
Luna
2023-07-29
turn Models and LLM into pydantic-compatible classes
Luna
2023-07-29
fix: :goal_net: display errors in SimpleChatStep
Nate Sesti
2023-07-29
feat: :loud_sound: display any server errors to the GUI
Nate Sesti
2023-07-28
fix: :children_crossing: add slash commands to default config
Nate Sesti
2023-07-28
make Models fetch LLM secret field declaratively
Luna
2023-07-28
refactor: :loud_sound: log server version to posthog
Nate Sesti
2023-07-28
refactor: :label: make HighlightedCodeContextProvider a subclass of ContextPr...
Nate Sesti
2023-07-28
use large/medium/small role separation for llm config
Luna
2023-07-28
fix: :bug: fix incorrect imports in default config file
Nate Sesti
2023-07-28
feat: :sparkles: allow custom OpenAI base_url
Nate Sesti
2023-07-28
refactor: :loud_sound: replace all print with logger.debug
Nate Sesti
2023-07-28
fix: :goal_net: catch errors when loading to meilisearch index
Nate Sesti
2023-07-28
refactor: :loud_sound: potential telemetry fixes
Nate Sesti
2023-07-28
fix: :ambulance: logging to file causing problems with starting server
Nate Sesti
2023-07-28
refactor: :loud_sound: improve logs on startup of server
Nate Sesti
2023-07-28
refactor: :goal_net: log errors from websocket, better logging from uvicorn
Nate Sesti
2023-07-28
make Config receive LLM objects
Luna
[next]