Skip to content

Missing Azure OpenAI and Ollama providers listed in README #15

@sridharswain

Description

@sridharswain

Description

The README advertises four pluggable providers:

Pluggable providers -- OpenAI (default), Anthropic, Azure OpenAI, Ollama

However, only the OpenAI provider is implemented (fasteval/providers/openai.py). There is no implementation for:

  • Azure OpenAI — no azure_openai.py or similar
  • Ollama — no ollama.py or similar

The create_provider_for_model() function in registry.py also only recognizes gpt-*, o1-*, o3-*, and claude-* prefixes.

Suggested Fix

Either:

  1. Implement Azure OpenAI and Ollama providers, or
  2. Update the README to reflect the currently available providers and add these as a roadmap/future item

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions