Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add instructions for changing theme #87

Closed
wants to merge 22 commits into from

Commits on May 8, 2024

  1. docs: add instructions for changing theme

    Signed-off-by: Lakshya Agarwal <lakshyajannu@gmail.com>
    lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    a8561f6 View commit details
    Browse the repository at this point in the history
  2. Deployment: add local model deployment option (cohere-ai#77)

    * Deployment: add local model deployment option
    
    * lint
    
    * add tests
    
    * lint
    
    * fix cohere prompts
    lusmoura authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    78ea3ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    359e1c3 View commit details
    Browse the repository at this point in the history
  4. Cli: add dummy tests (cohere-ai#89)

    * Cli: add dummy tests
    
    * move cli to backend
    lusmoura authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ef6da4a View commit details
    Browse the repository at this point in the history
  5. backend: Set up next.js to proxy requests to the API (cohere-ai#86)

    Set up next.js to proxy requests to the API
    malexw authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    3e77823 View commit details
    Browse the repository at this point in the history
  6. tools: Update default NEXT_PUBLIC_API_HOSTNAME for the new api routing (

    cohere-ai#94)
    
    * Update default NEXT_PUBLIC_API_HOSTNAME for the new api routing
    
    * Also update NEXT_PUBLIC_API_HOSTNAME in README and .env-template
    malexw authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    31d9311 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Minor formatting
    
    Co-authored-by: Jessica Wu <jessica@cohere.ai>
    lakshyaag and wujessica committed May 8, 2024
    Configuration menu
    Copy the full SHA
    bc6c688 View commit details
    Browse the repository at this point in the history
  8. fix: broken backend URL in cli (cohere-ai#93)

    Update main.py
    
    Co-authored-by: Tianjing Li <tianjinglimail@gmail.com>
    2 people authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    034cbef View commit details
    Browse the repository at this point in the history
  9. build(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (cohere-ai#105)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.3...3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0afe494 View commit details
    Browse the repository at this point in the history
  10. Tools: fix citations (cohere-ai#108)

    lusmoura authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6ce0e5e View commit details
    Browse the repository at this point in the history
  11. Update documentation (cohere-ai#107)

    Update docs
    BeatrixCohere authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    404793d View commit details
    Browse the repository at this point in the history
  12. Fix link for docs (cohere-ai#110)

    Change
    BeatrixCohere authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d539d6a View commit details
    Browse the repository at this point in the history
  13. docs: move into new structure

    Signed-off-by: Lakshya Agarwal <lakshyajannu@gmail.com>
    lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9358c2c View commit details
    Browse the repository at this point in the history
  14. backend: Refactor model deployments folder (cohere-ai#109)

    * Refactor model deployments folder
    
    * lint
    
    * fix imports
    
    * fix imports
    tianjing-li authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    968e2ef View commit details
    Browse the repository at this point in the history
  15. Add baseline Architecture to support auth + User sessions + Basic Auth (

    cohere-ai#90)
    
    * Auth wip
    
    * Add tests
    
    * working basic auth
    
    * add test coverage: still todo add session tests
    
    * Add session tests
    
    * Add docs
    
    * fix types
    
    * merge alembic
    
    * add secret key fixture
    
    * fix tests
    tianjing-li authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    110d47b View commit details
    Browse the repository at this point in the history
  16. docs: Update setup.md and makefile instruction to point to the right …

    …path (cohere-ai#114)
    
    * Update setup.md
    
    * Fix make setup
    mauro-schilman authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dadce8a View commit details
    Browse the repository at this point in the history
  17. Frontend: Fix cohere-ai#97, change default python interpreter URL to …

    …http://terrarium:8080 (cohere-ai#103)
    
    Fix cohere-ai#97: Change default python interpreter URL to http://terrarium:8080
    
    The previous default http://localhost:8080 didn't work with docker
    compose on Mac
    
    Co-authored-by: Tianjing Li <tianjinglimail@gmail.com>
    2 people authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    cae4725 View commit details
    Browse the repository at this point in the history
  18. build(deps-dev): bump tqdm from 4.66.2 to 4.66.3 (cohere-ai#96)

    Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
    - [Release notes](https://github.com/tqdm/tqdm/releases)
    - [Commits](tqdm/tqdm@v4.66.2...v4.66.3)
    
    ---
    updated-dependencies:
    - dependency-name: tqdm
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Luísa Moura <luisa@cohere.com>
    2 people authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    afd3ea9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1840776 View commit details
    Browse the repository at this point in the history
  20. Fix doc links (cohere-ai#117)

    * Fix links
    
    * Fix links
    BeatrixCohere authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    8067b1f View commit details
    Browse the repository at this point in the history
  21. CLI: fix default values (cohere-ai#119)

    * CLI: fix default values
    
    * fix
    lusmoura authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5bb74d6 View commit details
    Browse the repository at this point in the history
  22. github actions: add build + lint check workflow for coral_web (cohere…

    …-ai#81)
    
    * add coral_web workflow
    
    * add path filter
    
    * setup node, pnpm and install deps before running checks
    
    * update node version file path
    
    * update actions paths/directories
    misspia-cohere authored and lakshyaag committed May 8, 2024
    Configuration menu
    Copy the full SHA
    19dd403 View commit details
    Browse the repository at this point in the history