scaleapi / llm-engine

Scale LLM Engine public repository

Home Page:https://llm-engine.scale.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `status` and `traceback` from completion response on the server

yixu34 opened this issue · comments

commented

We removed this from our internal version (we'll be moving to public repo-first development soon!), we just need to remove from the public repo too:

status: TaskStatus
outputs: List[CompletionOutput]
traceback: Optional[str] = None

Done as part of #214