summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/libs/llm
AgeCommit message (Expand)Author
2023-10-09Preview (#541)Nate Sesti
2023-10-09= instead of :Ty Dunn
2023-10-05check if attribute choices is present (#535)Abhijit Balaji
2023-10-04docs: :memo: title for codeblocks in docsNate Sesti
2023-09-30adding support for the google palm api (#524)Ty Dunn
2023-09-29feat: :sparkles: add max_tokens option to LLM classNate Sesti
2023-09-28fix: :bug: don't override context length param in OpenAINate Sesti
2023-09-28fix: :bug: fix azure openai bug for 07 versionNate Sesti
2023-09-28Past input (#513)Nate Sesti
2023-09-26docs: :memo: update references to Ollama to mention Linux supportNate Sesti
2023-09-23UI Redesign and fixing many details (#496)Nate Sesti
2023-09-16Refactor helper (#481)Nate Sesti
2023-09-15Merge branch 'main' of https://github.com/continuedev/continueNate Sesti
2023-09-15fix: :bug: fixes to templating messagesNate Sesti
2023-09-15fix: some typos (#478)LangLangBart
2023-09-14fix: :bug: fix huggingface tgiNate Sesti
2023-09-14fix: :bug: a few minor fixesNate Sesti
2023-09-14feat: :adhesive_bandage: ca_bundle_path for maybeproxyopenaiNate Sesti
2023-09-13fix: :bug: verify_ssl and ssl_context mutual exclusivityNate Sesti
2023-09-13feat: :sparkles: verify_ssl option for all LLMsNate Sesti
2023-09-13fix: :bug: compatibility with python 3.8Nate Sesti
2023-09-13fix: :bug: numerous small fixesNate Sesti
2023-09-12fix: :bug: a number of small fixes + disable summariesNate Sesti
2023-09-12docs: :memo: major docs improvementsNate Sesti
2023-09-11docs: :memo: working on autogenerated docsNate Sesti
2023-09-11fix: :bug: gpt-4-32k in CHAT_MODELSNate Sesti
2023-09-08feat: :lipstick: nested context provider dropdownNate Sesti
2023-09-07adding support for Hugging Face Inference Endpoints (#460)Ty Dunn
2023-09-07fix: :bug: templating fix for queued LLMNate Sesti
2023-09-07refactor: :art: template_messages for GGMLNate Sesti
2023-09-06feat: :adhesive_bandage: QueuedLLM for simultaneous reqs (LM Studio)Nate Sesti
2023-09-06feat: :globe_with_meridians: alpaca chat templateNate Sesti
2023-09-06fix: :adhesive_bandage: allow GGML to use api.openai.comNate Sesti
2023-09-05Development Data Logging (#455)Nate Sesti
2023-09-05feat: :sparkles: /cmd slash commandNate Sesti
2023-09-05feat: :sparkles: support browser-based IDEs with createMemoryRouterNate Sesti
2023-09-04Integrate LSP for debugging (#450)Nate Sesti
2023-09-03fix: :bug: allow None for timeoutNate Sesti
2023-09-03refactor: :construction: Initial, not tested, refactor of LLM (#448)Nate Sesti
2023-09-02fix: :bug: remove empty grammar from llama_cpp_argsNate Sesti
2023-09-02fix: :bug: fix timeout typeNate Sesti
2023-09-02feat: :sparkles: set session timeout on GGML requestsNate Sesti
2023-09-02fix: :bug: llamacpp fix indexing max_tokensNate Sesti
2023-09-02fix: :loud_sound: better logging for ggml completion endpointNate Sesti
2023-09-02fix: :bug: number of bug fixesNate Sesti
2023-09-01refactor: :recycle: refactoring LLM to avoid repetitionNate Sesti
2023-09-01feat: :sparkles: improved model dropdownNate Sesti
2023-09-01feat: :sparkles: select custom model to use with edit stepNate Sesti
2023-08-31feat: :sparkles: change proxy url for openai classNate Sesti
2023-08-30don't url decode ollamaNate Sesti