MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / provider

Method provider

backend/app/models/model/model.py:28–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 return get_model_schema(self.model_schema_id)
27
28 def provider(self):
29 from app.services.model import get_provider
30
31 return get_provider(self.provider_id)
32
33 def is_chat_completion(self):
34 return self.type == "chat_completion"

Callers

nothing calls this directly

Calls 1

get_providerFunction · 0.90

Tested by

no test coverage detected