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

Better caching #96

Merged
merged 5 commits into from
Sep 22, 2024
Merged

Better caching #96

merged 5 commits into from
Sep 22, 2024

Commits on Sep 12, 2024

  1. feat(llamabot)🚀: Update model names and enhance cache timeout

    - Added a comprehensive list of model names to ollama_model_names.txt.
    - Set a default cache timeout of 1 day in cache.py.
    ericmjl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    786fcea View commit details
    Browse the repository at this point in the history
  2. feat(README and caching)🚀: Enhance caching documentation and configur…

    …ation
    
    - Added caching section in README.md for configuration and env var usage.
    - Updated cache.py to set cache timeout based on an environment variable.
    ericmjl committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9b7f339 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. feat(ollama_model_names)📝: Add new model names to ollama_model_names.txt

    - Added qwen2.5-coder to the model list.
    - Added solar-pro to the model list.
    - Added nemotron-mini to the model list.
    - Added qwen2.5 to the model list.
    - Added bespoke-minicheck to the model list.
    - Added mistral-small to the model list.
    ericmjl committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    11d77f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12f9852 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    3526fe1 View commit details
    Browse the repository at this point in the history