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

Aisuite integration #79

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Aisuite integration #79

wants to merge 8 commits into from

Conversation

pjbedard
Copy link
Contributor

@pjbedard pjbedard commented Jan 9, 2025

Integrated aisuite into paios to facilitate the interaction with the LLMs of various providers using a standard interface.

  • introduced Llm model
  • introduced ModelsManager, that initializes the list of available models and uses the aisuite interface to interact with models from different providers (at present time, only Ollama and OpenAI models are loaded during the ModelsManager's initialization)
  • implemented Llm-related API endpoints:
    • get-all
    • get
    • completion, which accepts the OpenAI-style parameters as well as provider-specific parameters

@pjbedard pjbedard requested review from samj and quaid as code owners January 9, 2025 16:54
Copy link

sonarqubecloud bot commented Jan 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant