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

feat: allow providers to be restarted if they stop #733

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. feat: allow providers to be restarted if they stop

    By not caching the client, gptscript is able to restart the provider
    daemon if it stops. If the daemon is still running, then there is little
    overhead because the daemon URL is cached and the tool will not be
    completely reprocessed.
    
    The model to provider mapping is still cached so that the client can be
    recreated when necessary.
    
    Signed-off-by: Donnie Adams <donnie@acorn.io>
    thedadams committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c0507a2 View commit details
    Browse the repository at this point in the history