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

DRAFT : PromptStrategy can use Individual ChatModelProviders & set own configuration (llm model, temperature, top_k, top_p...) #6898

Closed
wants to merge 7 commits into from

Commits on Feb 23, 2024

  1. tests

    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4835755 View commit details
    Browse the repository at this point in the history
  2. OpenAI Adapters

    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2a20a85 View commit details
    Browse the repository at this point in the history
  3. INIT

    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b96c1c View commit details
    Browse the repository at this point in the history
  4. Move files & imports

    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    75549a0 View commit details
    Browse the repository at this point in the history
  5. Change imports

    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    781d646 View commit details
    Browse the repository at this point in the history
  6. Delete AFAAS/core/adapters/openai/__init__.py

    Signed-off-by: ph-ausseil <[email protected]>
    ph-ausseil committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    40181cd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Remove has_oa_function_call_api

    * Remove has_oa_function_call_api
    * Create AbstractChatModelProvider.llm_api_client for dependency injection of the client
    * Improve defaulting mechanism when looking for a model name
    ph-ausseil committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    02b9d74 View commit details
    Browse the repository at this point in the history