AmmarFahmy
adding all files
105b369
from typing import Optional
from phi.llm.openai.chat import OpenAIChat
class OpenAILike(OpenAIChat):
name: str = "OpenAILike"
model: str = "not-provided"
api_key: Optional[str] = "not-provided"