summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-09-13feat: :sparkles: verify_ssl option for all LLMsNate Sesti
2023-09-13docs: :memo: updated setup docsNate Sesti
2023-09-13fix: :bug: numerous small fixesNate Sesti
2023-09-13docs: :memo: headless mode docs (start)Nate Sesti
2023-09-12docs: :memo: docs for customizing chat / edit templatesNate Sesti
2023-09-12updating how continue worksTy Dunn
2023-09-12fix: :bug: a number of small fixes + disable summariesNate Sesti
2023-09-12fix redirect pathNate Sesti
2023-09-12redirect for old customization pageNate Sesti
2023-09-12fix: :bug: fix broken docs linkNate Sesti
2023-09-12docs: :memo: update to models docsNate Sesti
2023-09-12docs: :memo: additional cleanup for context providers docsNate Sesti
2023-09-12docs: :memo: complete docs for context providersNate Sesti
2023-09-12docs: :memo: major docs improvementsNate Sesti
2023-09-11docs: :memo: working on autogenerated docsNate Sesti
2023-09-07adding support for Hugging Face Inference Endpoints (#460)Ty Dunn
* stream complete sketch * correct structure but issues * refactor: :art: clean up hf_inference_api.py * fix: :bug: quick fix in hf_infrerence_api.py * feat: :memo: update documentation code for hf_inference_api * hf docs * now working --------- Co-authored-by: Nate Sesti <sestinj@gmail.com>
2023-09-06Update customization.mdNate Sesti
2023-09-04intro, getting started, how to (#452)Ty Dunn
2023-09-04Correct import for Llama.cpp (#451)RA-Phil-K
2023-09-03refactor: :construction: Initial, not tested, refactor of LLM (#448)Nate Sesti
* refactor: :construction: Initial, not tested, refactor of LLM * refactor: :construction: replace usages of _complete with complete * fix: :bug: fixes after refactor * refactor: :recycle: template raw completions in chat format * test: :white_check_mark: simplified edit prompt and UNIT TESTS! * ci: :green_heart: unit tests in ci * fix: :bug: fixes for unit tests in ci * fix: :bug: start uvicorn in tests without poetry * fix: :closed_lock_with_key: add secrets to main.yaml * feat: :adhesive_bandage: timeout for all LLM classes * ci: :green_heart: prepare main.yaml for main branch
2023-09-02docs: :memo: Documentation updateNate Sesti
2023-09-02fix: :bug: fix usages of LLM.completeNate Sesti
2023-09-02docs: :memo: update docs for openaiserverifnoNate Sesti
2023-09-02fix: :bug: don't fail on disconnected websocketNate Sesti
2023-09-01feat: :sparkles: improved model dropdownNate Sesti
2023-09-01Update codellama.md to provide instructions for FastChat API (#439)Wanis Elabbar
* Update codellama.md to provide instructions for FastChat API * Update codellama.md --------- Co-authored-by: Nate Sesti <33237525+sestinj@users.noreply.github.com>
2023-08-30Include llama.cpp documentation (#435)Dennis McDonald
* Update customization.md Created section for new implementation of llama.cpp * Update customization.md Fixed link to llama.cpp * Update customization.md Fixed link for llama.cpp...again. Made a markdown error initially.
2023-08-29docs: :memo: Better documentation about Meilisearch Windows supportNate Sesti
2023-08-28feat: :sparkles: @terminal context providerNate Sesti
2023-08-28docs: :memo: manually download binary in troubleshooting docsNate Sesti
2023-08-28docs: :memo: summary of models in customization docsNate Sesti
2023-08-27docs: :memo: update replicate documentation to reflect codellamaNate Sesti
2023-08-27fix: :bug: patch for ocassional 0 choices from older azure versionsNate Sesti
2023-08-25fix: :bug: ssh compatibility by reading from vscode.workspace.fsNate Sesti
2023-08-24Update codellama.md (#404)Jeffrey Morgan
2023-08-24Update codellama.md (#403)Jeffrey Morgan
Co-authored-by: Ty Dunn <ty@tydunn.com>
2023-08-24change ollama instructionsTy Dunn
2023-08-24update with togetherNate Sesti
2023-08-24docs: :memo: update codellama docs with continue installation linkNate Sesti
2023-08-24codellama docsNate Sesti
2023-08-23Update customization.md (#400)Martin
2023-08-22Config UI (#399)Nate Sesti
* feat: :sparkles: UI for config! * feat: :sparkles: (latent) edit models in settings
2023-08-20fix: :bug: fix replicate to work with models requiring prompt inputNate Sesti
2023-08-17docs: :memo: documentation for ContextProvidersNate Sesti
2023-08-16adjusting blog post hyperlinkTy Dunn
2023-08-16updating collect data docs to reflect latestTy Dunn
2023-08-16adjust reference to config fileTy Dunn
2023-08-16fix import errors in code examplesTy Dunn
2023-08-16Adding together API docsTy Dunn
2023-08-13feat: :white_check_mark: update test and add model telemetryNate Sesti