summaryrefslogtreecommitdiff
path: root/continuedev/src/continuedev/libs/llm
AgeCommit message (Expand)Author
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
2023-08-30fix: :art: many small improvementsNate Sesti
2023-08-29feat: :sparkles: huggingface tgi LLM classNate Sesti
2023-08-28feat: :sparkles: text-gen-webui, cleaning config and welcomeNate Sesti
2023-08-28fix: :bug: fix telemetry bugNate Sesti
2023-08-27fix: :bug: streaming url_decode for OllamaNate Sesti
2023-08-27refactor: :zap: use code llama / llama2 prompt for TogetherLLMNate Sesti
2023-08-27fix: :bug: patch for ocassional 0 choices from older azure versionsNate Sesti
2023-08-27fix: :bug: fix togetherAI model json parsingNate Sesti
2023-08-27feat: :art: custom prompt templates per modelNate Sesti
2023-08-27fix: :bug: urldecode ollama responses, make edit fasterNate Sesti
2023-08-27feat: :sparkles: LlamaCpp LLM subclassNate Sesti
2023-08-26fix: :bug: fix ssh /edit by checking for file through vscode fsNate Sesti
2023-08-26feat: :sparkles: select model from dropdownNate Sesti
2023-08-25small fixes, mostly ggml updatesNate Sesti
2023-08-22Config UI (#399)Nate Sesti
2023-08-21fix: :bug: fixing bugs with ggmlNate Sesti
2023-08-20fix: :bug: fix replicate to work with models requiring prompt inputNate Sesti
2023-08-19fix: :bug: fix ggml bugNate Sesti
2023-08-18style: :art: autoformat with black on all python filesNate Sesti
2023-08-16fix together.py for llama-70bNate Sesti
2023-08-14fix: :bug: MAX_TOKENS_FOR_MODEL bug fix, more testingNate Sesti
2023-08-13fix: :ambulance: hotfix and package.json seo experimentNate Sesti
2023-08-13fix: :bug: fix for Azure OpenAI model namesNate Sesti
2023-08-09feat: :sparkles: testing in ci, final test ofNate Sesti
2023-08-09feat: :sparkles: support for Together.ai modelsNate Sesti
2023-08-08feat: :sparkles: testing improved prompting for stablecodeNate Sesti
2023-08-08feat: :sparkles: support stablecoder with replicate LLMNate Sesti
2023-08-08feat: :children_crossing: display troubleshooting link when loadingNate Sesti
2023-08-08feat: :sparkles: huggingface inference api llm updateNate Sesti
2023-08-08fix: :bug: use certifi to set ca_bundle_path for openaiNate Sesti
2023-08-05fix: :bug: set api_keys in config.py, fix spawn error handlingNate Sesti
2023-08-04fix: :bug: ebusy and logging bug fixesNate Sesti
2023-08-03update default config comment, verify_sslNate Sesti
2023-08-02Merge branch 'main' into package-pythonNate Sesti
2023-08-02checkpointNate Sesti
2023-08-02attempting alternative solution to import configNate Sesti
2023-08-02anthropic fixesNate Sesti
2023-07-31testing nuitka, pyoxidizer, pyinstallerNate Sesti
2023-07-31feat: :sparkles: llama-2 supportNate Sesti
2023-07-31Merge branch 'main' into ollamaNate Sesti