Skip to content

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 quaid and samj as code owners January 9, 2025 16:54
@sonarqubecloud
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.

2 participants